Tencent / mars

Mars is a cross-platform network component developed by WeChat.
Other
17.26k stars 3.63k forks source link

接入新版本报错 #828

Open Nextweekends opened 4 years ago

Nextweekends commented 4 years ago

[longlink_task_manager.cc, __OnResponse, 555]:task error, taskid:0, cmdid:0, error_type:6, error_code:-10504 请求解决

GkvJwa commented 4 years ago

可能的原因: int unpackret = Encoder().longlinkunpack(bufrecv, cmdid, taskid, packlen, body, extension, tracker.get());

if (LONGLINK_UNPACK_FALSE == unpackret) { xerror2(TSF"task socket recv sock:%0, unpack error dump:%1", _sock, xdump(bufrecv.Ptr(), bufrecv.Length())); _errtype = kEctNetMsgXP; _errcode = kEctNetMsgXPHandleBufferErr; goto End; } 即与你解包实现有关 // longlink_unpack

Nextweekends commented 4 years ago

可能的原因: int unpackret = Encoder().longlinkunpack(bufrecv, cmdid, taskid, packlen, body, extension, tracker.get());

if (LONGLINK_UNPACK_FALSE == unpackret) { xerror2(TSF"task socket recv sock:%0, unpack error dump:%1", _sock, xdump(bufrecv.Ptr(), bufrecv.Length())); _errtype = kEctNetMsgXP; _errcode = kEctNetMsgXPHandleBufferErr; goto End; } 即与你解包实现有关 // longlink_unpack

我在原来的版本上面实现是没有问题,新版本接入报错,现在不知道原因在哪,因为老版本断线重连有时候会间隔30秒,所以想试下新版本是不是会不会有这个问题

GkvJwa commented 4 years ago

可能的原因: int unpackret = Encoder().longlinkunpack(bufrecv, cmdid, taskid, packlen, body, extension, tracker.get()); if (LONGLINK_UNPACK_FALSE == unpackret) { xerror2(TSF"task socket recv sock:%0, unpack error dump:%1", _sock, xdump(bufrecv.Ptr(), bufrecv.Length())); _errtype = kEctNetMsgXP; _errcode = kEctNetMsgXPHandleBufferErr; goto End; } 即与你解包实现有关 // longlink_unpack

我在原来的版本上面实现是没有问题,新版本接入报错,现在不知道原因在哪,因为老版本断线重连有时候会间隔30秒,所以想试下新版本是不是会不会有这个问题

1.日志量太少 无法判断 2.重连时间可以进行更改 30s 看起来 老版本的间隔时间 你可以对sg_interval数组进行更改 [kLongLinkConnect][kForgroundTenMinute] 或者 [kTaskConnect][kBackgroundActive] 新版本是修改下方reconnect_interval

Nextweekends commented 4 years ago

可能的原因: int unpackret = Encoder().longlinkunpack(bufrecv, cmdid, taskid, packlen, body, extension, tracker.get()); if (LONGLINK_UNPACK_FALSE == unpackret) { xerror2(TSF"task socket recv sock:%0, unpack error dump:%1", _sock, xdump(bufrecv.Ptr(), bufrecv.Length())); _errtype = kEctNetMsgXP; _errcode = kEctNetMsgXPHandleBufferErr; goto End; } 即与你解包实现有关 // longlink_unpack

我在原来的版本上面实现是没有问题,新版本接入报错,现在不知道原因在哪,因为老版本断线重连有时候会间隔30秒,所以想试下新版本是不是会不会有这个问题

1.日志量太少 无法判断 2.重连时间可以进行更改 30s 看起来 老版本的间隔时间 你可以对sg_interval数组进行更改 [kLongLinkConnect][kForgroundTenMinute] 或者 [kTaskConnect][kBackgroundActive] 新版本是修改下方reconnect_interval

2020-08-09 11:14:45.753 1728-1728/ E/BaseApplication: cmdcallafter:.base.BaseApplication$initMars$1@b733149 2020-08-09 11:14:48.310 1728-1728/ I/m.waha.wahacha: Thread[1,tid=1728,Native,Thread*=0x7dfd1cfc00,peer=0x715b9db8,"main"] recursive attempt to load library "/data/app/-9mkVtBomkS80iYESt2XYbg==/lib/arm64/libmarsstn.so" 2020-08-09 11:14:48.311 1728-1728/ I/mars::stn: [net_source.cc, SetDebugIP, 140]:task set debugip:127.0.0.1 for host:localhost 2020-08-09 11:14:48.312 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.312 1697-10492/? I/ActivityManager: ProcessRecord{21a7a9a 0::marsservice/u0a456}: disable GPU RLIMIT_STACK_MASK, pkg= 2020-08-09 11:14:48.314 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.314 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.319 1729-1729/? I/hat:marsservic: Late-enabling -Xcheck:jni 2020-08-09 11:14:48.324 1697-1810/? I/ActivityManager: Start proc 1729::marsservice/u0a456 for service {/com.tencent.mars.sample.wrapper.service.MarsServiceNative} 2020-08-09 11:14:48.329 1729-1729/? E/hat:marsservic: Unknown bits set in runtime_flags: 0x8000 2020-08-09 11:14:48.337 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: startService() is called for service/com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.365 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.366 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.366 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.417 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.420 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.420 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.477 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.480 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.480 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.532 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.540 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.540 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.593 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.596 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.596 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.647 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.650 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.650 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.701 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.703 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.703 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.755 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.758 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.758 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.809 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.812 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.812 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.866 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.867 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.867 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.919 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.922 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.922 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:48.974 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:48.980 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:48.980 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:49.032 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:49.037 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:49.037 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:49.088 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:49.090 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:49.090 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:49.146 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:49.148 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:49.148 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:49.176 1729-1729/ I/hat:marsservic: [GLOOM] ClampGrowthLimit 268435456 2020-08-09 11:14:49.201 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:49.207 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:49.207 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:49.220 1729-1729/ W/hat:marsservic: Accessing hidden field Landroid/app/ActivityThread;->sCurrentActivityThread:Landroid/app/ActivityThread; (greylist, reflection, allowed) 2020-08-09 11:14:49.220 1729-1729/ W/hat:marsservic: Accessing hidden method Landroid/app/ActivityThread;->getApplication()Landroid/app/Application; (greylist, reflection, allowed) 2020-08-09 11:14:49.223 1729-1729/ I/Utils: :marsservice reflect app success. 2020-08-09 11:14:49.230 1729-5583/ I/stetho: Listening on @stetho:marsservice_devtools_remote 2020-08-09 11:14:49.259 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:49.260 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:49.260 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:49.300 1729-1729/ W/hat:marsservic: Accessing hidden method Landroid/app/ActivityThread;->currentActivityThread()Landroid/app/ActivityThread; (greylist, reflection, allowed) 2020-08-09 11:14:49.311 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:try to bind remote mars service, packageName: , className: com.tencent.mars.sample.wrapper.service.MarsServiceNative 2020-08-09 11:14:49.313 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: bindService is called for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNative and for client 2020-08-09 11:14:49.313 916-916/? I//vendor/bin/hw/vendor.qti.hardware.servicetracker@1.0-service: total connections for service : /com.tencent.mars.sample.wrapper.service.MarsServiceNativeare :1 2020-08-09 11:14:49.317 1729-1729/ E/BaseApplication: cmdcallafter:.base.BaseApplication$initMars$1@c3a40ec 2020-08-09 11:14:49.321 1729-1729/ I/hat:marsservic: Thread[1,tid=1729,Native,Thread*=0x7dfd1cfc00,peer=0x715b9db8,"main"] recursive attempt to load library "/data/app/-9mkVtBomkS80iYESt2XYbg==/lib/arm64/libmarsstn.so" 2020-08-09 11:14:49.323 1729-1729/ I/mars::stn: [net_source.cc, SetLongLink, 96]:task set longlink server addr, host:videocalldev.wahachat.com port:7910 debugip: 2020-08-09 11:14:49.323 1729-1729/ I/mars::stn: [net_source.cc, SetShortlink, 119]:task set shortlink server addr, port:8080, debugip: 2020-08-09 11:14:49.323 1729-1729/ I/mars::stn: [stn_logic.cc, onCreate, 88]:stn oncreate 2020-08-09 11:14:49.323 1729-1729/ I/mars::comm: [message_queue.cc, CreateMessageQueue, 930]:create messageqeue id:536902470992 2020-08-09 11:14:49.323 1729-1729/ I/mars::baseevent: [alarm.h, Alarm, 57]:handler:(536902470992,2) 2020-08-09 11:14:49.323 1729-5606/ I/mars::comm: [message_queue.cc, Run, 775]:-> Run messagequeue id:536902470992 2020-08-09 11:14:49.323 1729-1729/ I/mars::baseevent: [active_logic.cc, ActiveLogic, 55]:-> ActiveLogic MQ:536902470992 2020-08-09 11:14:49.323 1729-1729/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 1 2020-08-09 11:14:49.324 1729-1729/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:14:49.326 1729-1729/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 1, after= 600000, ret= true 2020-08-09 11:14:49.326 1729-1729/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +2, 2020-08-09 11:14:49.326 1729-1729/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538434077888, after:600000, seq:1, po.reg.q:536902470992,po.reg.s:0,po.s:4, MQ:536902470992 2020-08-09 11:14:49.326 1729-1729/ I/mars::baseevent: [active_logic.cc, ActiveLogic, 55]:<- ActiveLogic +2, 2020-08-09 11:14:49.326 1729-1729/ I/mars::comm: [message_queue.cc, CreateMessageQueue, 930]:create messageqeue id:536884657488 2020-08-09 11:14:49.327 1729-5607/ I/mars::comm: [message_queue.cc, Run, 775]:-> Run messagequeue id:536884657488 2020-08-09 11:14:49.327 1729-1729/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAppFilePath, 52]:-> GetAppFilePath 2020-08-09 11:14:49.327 1729-1729/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAppFilePath, 52]:<- GetAppFilePath +0, 2020-08-09 11:14:49.327 1729-1729/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.327 1729-1729/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.327 1729-1729/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.327 1729-1729/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:14:49.329 1729-1729/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +1, 2020-08-09 11:14:49.329 1729-1729/ I/mars::stn: [net_source.cc, NetSource, 83]:-> NetSource 2020-08-09 11:14:49.329 1729-1729/ I/mars::stn: [net_source.cc, NetSource, 83]:<- NetSource +0, 2020-08-09 11:14:49.329 1729-1729/ I/mars::stn: [net_check_logic.cc, NetCheckLogic, 106]:-> NetCheckLogic 2020-08-09 11:14:49.329 1729-1729/ I/mars::stn: [net_check_logic.cc, NetCheckLogic, 106]:<- NetCheckLogic +0, 2020-08-09 11:14:49.329 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_new, 425]:-> wakeupLock_new 2020-08-09 11:14:49.329 1729-1729/ D/mars::comm: [platform_comm.cc, wakeupLock_new, 438]:newref= 0x3BDA 2020-08-09 11:14:49.329 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_new, 425]:<- wakeupLock_new +0, 2020-08-09 11:14:49.329 1729-1729/ I/mars::comm: [wakeuplock.cc, WakeUpLock, 32]:new wakeuplock:0x3bda 2020-08-09 11:14:49.329 1729-1729/ I/mars::stn: [shortlink_task_manager.cc, ShortLinkTaskManager, 62]:-> ShortLinkTaskManager handler:(536884657488,7) 2020-08-09 11:14:49.329 1729-1729/ I/mars::stn: [shortlink_task_manager.cc, ShortLinkTaskManager, 63]:ShortLinkTaskManager messagequeue_id=536884657488 2020-08-09 11:14:49.329 1729-1729/ I/mars::stn: [shortlink_task_manager.cc, ShortLinkTaskManager, 62]:<- ShortLinkTaskManager +0, 2020-08-09 11:14:49.329 1729-1729/ I/mars::stn: [zombie_task_manager.cc, ZombieTaskManager, 48]:handler:(536884657488,8) 2020-08-09 11:14:49.329 1729-1729/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAppFilePath, 52]:-> GetAppFilePath 2020-08-09 11:14:49.329 1729-1729/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAppFilePath, 52]:<- GetAppFilePath +0, 2020-08-09 11:14:49.329 1729-1729/ I/mars::stn: [smart_heartbeat.cc, SmartHeartbeat, 60]:-> SmartHeartbeat 2020-08-09 11:14:49.330 1729-1729/ I/mars::stn: [smart_heartbeat.cc, SmartHeartbeat, 60]:<- SmartHeartbeat +0, 2020-08-09 11:14:49.330 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_new, 425]:-> wakeupLock_new 2020-08-09 11:14:49.330 1729-1729/ D/mars::comm: [platform_comm.cc, wakeupLock_new, 438]:newref= 0x3BE6 2020-08-09 11:14:49.330 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_new, 425]:<- wakeupLock_new +0, 2020-08-09 11:14:49.330 1729-1729/ I/mars::comm: [wakeuplock.cc, WakeUpLock, 32]:new wakeuplock:0x3be6 2020-08-09 11:14:49.330 1729-1729/ I/mars::stn: [longlink.cc, LongLink, 152]:handler:(536884657488,10) 2020-08-09 11:14:49.330 1729-1729/ I/mars::stn: [alarm.h, Alarm, 75]:handler:(536884657488,12) 2020-08-09 11:14:49.330 1729-1729/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkConnectMonitor, 176]:handler:(536884657488,11) 2020-08-09 11:14:49.330 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_new, 425]:-> wakeupLock_new 2020-08-09 11:14:49.330 1729-1729/ D/mars::comm: [platform_comm.cc, wakeupLock_new, 438]:newref= 0x3BF6 2020-08-09 11:14:49.330 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_new, 425]:<- wakeupLock_new +0, 2020-08-09 11:14:49.330 1729-1729/ I/mars::comm: [wakeuplock.cc, WakeUpLock, 32]:new wakeuplock:0x3bf6 2020-08-09 11:14:49.330 1729-1729/ I/mars::stn: [longlink_task_manager.cc, LongLinkTaskManager, 63]:-> LongLinkTaskManager handler:(536884657488,9) 2020-08-09 11:14:49.330 1729-1729/ I/mars::stn: [longlink_task_manager.cc, LongLinkTaskManager, 63]:<- LongLinkTaskManager +0, 2020-08-09 11:14:49.330 1729-1729/ I/mars::stn: [signalling_keeper.cc, SignallingKeeper, 48]:SignallingKeeper messagequeue_id=536884657488, handler:(536884657488,14) 2020-08-09 11:14:49.330 1729-1729/ I/mars::stn: [netsource_timercheck.cc, NetSourceTimerCheck, 52]:handler:(536884657488,15) 2020-08-09 11:14:49.330 1729-1729/ I/mars::stn: [alarm.h, Alarm, 57]:handler:(536902470992,17) 2020-08-09 11:14:49.330 1729-1729/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAccountInfo, 72]:-> GetAccountInfo 2020-08-09 11:14:49.330 1729-1729/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAccountInfo, 72]:<- GetAccountInfo +0, 2020-08-09 11:14:49.330 1729-1729/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.330 1729-5607/ D/mars::stn: [netsource_timercheck.cc, StartCheck, 97]:-> StartCheck 2020-08-09 11:14:49.330 1729-1729/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.330 1729-1729/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.330 1729-5607/ D/mars::stn: [netsource_timercheck.cc, StartCheck, 97]:<- StartCheck +0, 2020-08-09 11:14:49.330 1729-1729/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 2 2020-08-09 11:14:49.331 1729-1729/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:14:49.331 1729-1729/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 2, after= 240000, ret= true 2020-08-09 11:14:49.331 1729-1729/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +0, 2020-08-09 11:14:49.331 1729-1729/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538587628960, after:240000, seq:2, po.reg.q:536902470992,po.reg.s:0,po.s:20, MQ:536902470992 2020-08-09 11:14:49.331 1729-1729/ W/mars::stn: [net_core.cc, NetCore, 121]:publiccomponent version: Aug 9 2020 11:02:16 2020-08-09 11:14:49.331 1729-1729/ I/mars::stn: [net_core.cc, NetCore, 123]:netcore messagequeue_id=536884657488, handler:(536884657488,6) 2020-08-09 11:14:49.332 1729-1729/ V/mars::comm: [platform_comm.cc, getCurSIMInfo, 285]:-> getCurSIMInfo 2020-08-09 11:14:49.334 1729-1729/ W/mars::comm: [platform_comm.cc, getCurSIMInfo, 303]:getCurSIMInfo error return null 2020-08-09 11:14:49.334 1729-1729/ V/mars::comm: [platform_comm.cc, getCurSIMInfo, 285]:<- getCurSIMInfo +2, 2020-08-09 11:14:49.334 1729-1729/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAccountInfo, 72]:-> GetAccountInfo 2020-08-09 11:14:49.334 1729-1729/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAccountInfo, 72]:<- GetAccountInfo +0, 2020-08-09 11:14:49.334 1729-1729/ W/mars::stn: [net_core.cc, NetCore, 148]: ISP_NAME : ISP_CODE : ClientVersion :0xC8 2020-08-09 11:14:49.334 1729-1729/ I/mars::stn: [net_core.cc, NetCore, 159]:-> NetCore 2020-08-09 11:14:49.334 1729-1729/ I/mars::stn: [net_core.cc, NetCore, 159]:<- NetCore +0, 2020-08-09 11:14:49.334 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.334 1729-1729/ I/mars::sdt: [sdt_logic.cc, onCreate, 46]:sdt oncreate 2020-08-09 11:14:49.334 1729-1729/ I/mars::sdt: [sdt_core.cc, SdtCore, 46]:-> SdtCore 2020-08-09 11:14:49.334 1729-1729/ I/mars::sdt: [sdt_core.cc, SdtCore, 46]:<- SdtCore +0, 2020-08-09 11:14:49.334 1729-1729/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_makesureLongLinkConnected, 298]:-> Java_com_tencent_mars_stn_StnLogic_makesureLongLinkConnected 2020-08-09 11:14:49.334 1729-1729/ I/mars::stn: [stn_logic.cc, operator, 202]:make sure longlink connect 2020-08-09 11:14:49.334 1729-1729/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_makesureLongLinkConnected, 298]:<- Java_com_tencent_mars_stn_StnLogic_makesureLongLinkConnected +0, 2020-08-09 11:14:49.334 1729-1729/ D/Mars.Sample.MarsServiceNative: [, , 0]:mars service native created 2020-08-09 11:14:49.335 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.335 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.335 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:14:49.335 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:14:49.336 1728-1728/ D/Mars.Sample.MarsServiceProxy: [, , 0]:remote mars service connected 2020-08-09 11:14:49.339 1729-5607/ I/mars::comm: [local_routetable.cc, get_local_route_table, 20]:popen cmd=ip route list table all 2020-08-09 11:14:49.333 1729-1729/ W/mars::5607: type=1400 audit(0.0:191779): avc: denied { read } for name="route" dev="proc" ino=4026532255 scontext=u:r:untrusted_app:s0:c200,c257,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 2020-08-09 11:14:49.347 1729-5607/ I/mars::stn: [net_core.cc, operator, 154]:net info:current network:wifi, ssid:"Yalla",ipstack:ELocalIPStack_IPv4 --------NetConfig Info---------- getdefaultgateway6:failed. getdefaultgateway:failed. ----------route table---------- default dev dummy0 table 1003 proto static scope link default via 172.20.40.1 dev wlan0 table 1021 proto static 172.20.40.0/21 dev wlan0 table 1021 proto static scope link 172.20.40.0/21 dev wlan0 proto kernel scope link src 172.20.41.153 broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1 local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1 local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1 broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 broadcast 172.20.40.0 dev wlan0 table local proto kernel scope link src 172.20.41.153 local 172.20.41.153 dev wlan0 table local proto kernel scope host src 172.20.41.153 broadcast 172.20.47.255 dev wlan0 table local proto kernel scope link src 172.20.41.153 fe80::/64 dev dummy0 table 1003 proto kernel metric 256 pref medium default dev dummy0 table 1003 proto static metric 1024 pref medium fe80::/64 dev rmnet_data0 table 1011 proto kernel metric 256 pref medium fe80::/64 dev wlan0 table 1021 proto kernel metric 256 pref medium fe80::/64 dev wlan0 table 1021 proto static metric 1024 pref medium local ::1 dev lo table local proto kernel metric 0 pref medium local fe80::4854:b2ff:feea:df9d dev dummy0 table local proto kernel metric 0 pref medium local fe80::a08e:e9ff:fed2:1a87 dev wlan0 table local proto kernel metric 0 pref medium local fe80::d313:4ea1:a397:75d9 dev rmnet_data0 table local proto kernel metric 0 pref medium ff00::/8 dev dummy0 table local metric 256 pref medium ff00::/8 dev rmnet_data0 table local metric 256 pref medium ff00::/8 dev wlan0 table local metric 256 pref medium ----------NIC Info----------- interface name:wlan0, AF_INET, ip:172.20.41.153 interface name:dummy0, AF_INET6, ip:fe80::4854:b2ff:feea:df9d interface name:rmnet_data0, 2020-08-09 11:14:49.348 1729-5607/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 11:14:49.348 1729-5607/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 11:14:49.348 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.349 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.349 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.349 1729-5613/ I/mars::stn: [longlink.cc, Run, 388]:-> Run LongLink Rebuild span:0, net:1 2020-08-09 11:14:49.349 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.349 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.349 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.349 1729-5613/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:14:49.349 1729-5613/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:14:49.349 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:49.349 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 40000 2020-08-09 11:14:49.350 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:14:49.350 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.351 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.351 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.351 1729-5613/ I/mars::stn: [longlink.cc, ConnectStatus, 355]:connect status from:0 to:1, nettype:1 2020-08-09 11:14:49.351 1729-5613/ I/mars::stn: [net_source.cc, GetLongLinkItems, 180]:-> GetLongLinkItems 2020-08-09 11:14:49.351 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, __OnLongLinkStatuChanged, 306]:longlink status change: 1 2020-08-09 11:14:49.351 1729-5613/ V/mars::comm: [dns.cc, GetHostByName, 190]:-> GetHostByName 2020-08-09 11:14:49.351 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.351 1729-5614/ V/mars::comm: [dns.cc, GetIP, 59]:-> GetIP 2020-08-09 11:14:49.351 1729-5614/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 87]:-> operator() 2020-08-09 11:14:49.351 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.351 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.351 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:-> LongLinkStateToSystemLog 2020-08-09 11:14:49.351 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:<- LongLinkStateToSystemLog +0, 2020-08-09 11:14:49.351 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:-> OnLongLinkStatuChanged 2020-08-09 11:14:49.351 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:<- OnLongLinkStatuChanged +0, 2020-08-09 11:14:49.351 1729-5614/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 87]:<- operator() +0, 2020-08-09 11:14:49.351 1729-5607/ I/mars::stn: [net_core.cc, __ConnStatusCallBack, 718]:reportNetConnectInfo all_connstatus:3, longlink_connstatus:3 2020-08-09 11:14:49.351 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:-> operator() 2020-08-09 11:14:49.354 1729-5613/ I/mars::comm: [dns.cc, GetHostByName, 271]:dns get ip status:4 host:videocalldev.wahachat.com, func:true 2020-08-09 11:14:49.355 1729-5613/ V/mars::comm: [dns.cc, GetHostByName, 190]:<- GetHostByName +3, 2020-08-09 11:14:49.355 1729-5613/ V/mars::comm: [dns.cc, GetHostByName, 190]:-> GetHostByName 2020-08-09 11:14:49.355 1729-5614/ V/mars::comm: [dns.cc, GetIP, 59]:<- GetIP +3, 2020-08-09 11:14:49.355 1729-5621/ V/mars::comm: [dns.cc, GetIP, 59]:-> GetIP 2020-08-09 11:14:49.357 1729-5607/ E/BaseApplication$initMars: cmdnet:status:3 -- linkConnect:3 2020-08-09 11:14:49.357 1729-5607/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 339]:all_connstatus = 3, longlink_connstatus = 3 2020-08-09 11:14:49.358 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:<- operator() +6, 2020-08-09 11:14:49.358 1729-5621/ E/mars::comm: [socket_address.cc, ip, 206]:invalid ip family:0, ip: 2020-08-09 11:14:49.358 1729-5621/ E/mars::comm: [socket_address.cc, ip, 206]:invalid ip family:0, ip: 2020-08-09 11:14:49.360 1729-5621/ I/mars::comm: [dns.cc, GetIP, 152]:host videocalldev.wahachat.com resolved iplist: 172.28.1.37, 2020-08-09 11:14:49.360 1729-5621/ I/mars::comm: [dns.cc, GetIP, 81]:dns server::0 :0 2020-08-09 11:14:49.360 1729-5621/ V/mars::comm: [dns.cc, GetIP, 59]:<- GetIP +5, 2020-08-09 11:14:49.360 1729-5613/ V/mars::comm: [dns.cc, GetHostByName, 190]:<- GetHostByName +5, 2020-08-09 11:14:49.360 1729-5613/ D/mars::stn: [net_source.cc, MakeIPPorts, 370]:link host:videocalldev.wahachat.com, new dns ret:false, size:0 dns ret:true, size:1, 2020-08-09 11:14:49.360 1729-5613/ I/mars::stn: [simple_ipport_sort.cc, SortandFilter, 594]:needcount 5, use ipv6 false 2020-08-09 11:14:49.360 1729-5613/ I/mars::stn: [simple_ipport_sort.cc, SortandFilter, 598]:after FilterbyBanned list ip: 172.28.1.37 2020-08-09 11:14:49.360 1729-5613/ I/mars::stn: [simple_ipport_sort.cc, SortbyBanned, 501]:use ipv6 false 2020-08-09 11:14:49.360 1729-5613/ I/mars::stn: [simple_ipport_sort.cc, SortandFilter, 603]:after SortbyBanned list ip: 172.28.1.37 2020-08-09 11:14:49.360 1729-5613/ D/mars::stn: [net_source.cc, MakeIPPorts, 399]:link host:videocalldev.wahachat.com, backup ips size:0 2020-08-09 11:14:49.360 1729-5613/ V/mars::comm: [dns.cc, GetHostByName, 190]:-> GetHostByName 2020-08-09 11:14:49.360 1729-5623/ V/mars::comm: [dns.cc, GetIP, 59]:-> GetIP 2020-08-09 11:14:49.360 1729-5623/ E/mars::comm: [socket_address.cc, ip, 206]:invalid ip family:0, ip: 2020-08-09 11:14:49.360 1729-5623/ E/mars::comm: [socket_address.cc, ip, 206]:invalid ip family:0, ip: 2020-08-09 11:14:49.361 1729-5623/ I/mars::comm: [dns.cc, GetIP, 152]:host videocalldev.wahachat.com resolved iplist: 172.28.1.37, 2020-08-09 11:14:49.361 1729-5623/ I/mars::comm: [dns.cc, GetIP, 81]:dns server::0 :0 2020-08-09 11:14:49.361 1729-5623/ V/mars::comm: [dns.cc, GetIP, 59]:<- GetIP +1, 2020-08-09 11:14:49.361 1729-5613/ V/mars::comm: [dns.cc, GetHostByName, 190]:<- GetHostByName +1, 2020-08-09 11:14:49.361 1729-5613/ I/mars::stn: [net_source.cc, GetLongLinkItems, 180]:<- GetLongLinkItems +10, 2020-08-09 11:14:49.361 1729-5613/ I/mars::stn: [longlink.cc, RunConnect, 452]:task socket dns ip:172.28.1.37:7910:videocalldev.wahachat.com:DNSIP|172.28.1.37:7910:videocalldev.wahachat.com:BackupIP proxytype:0 useproxy:false 2020-08-09 11:14:49.362 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.362 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.362 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.362 1729-5613/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:14:49.362 1729-5613/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:14:49.357 1729-1729/ W/mars::5613: type=1400 audit(0.0:191780): avc: denied { read } for name="route" dev="proc" ino=4026532255 scontext=u:r:untrusted_app:s0:c200,c257,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 2020-08-09 11:14:49.363 1729-5613/ I/mars::comm: [local_routetable.cc, get_local_route_table, 20]:popen cmd=ip route list table all 2020-08-09 11:14:49.371 1729-5613/ I/mars::stn: [longlink.cc, RunConnect, 458]:ipstack log:defaultgateway6:failed defaultgateway: failed interface name:wlan0, AF_INET, ip:172.20.41.153 interface name:dummy0, AF_INET6, ip:fe80::4854:b2ff:feea:df9d interface name:rmnet_data0, AF_INET6, ip:fe80::d313:4ea1:a397:75d9 interface name:wlan0, AF_INET6, ip:fe80::a08e:e9ff:fed2:1a87 have_ipv4:1 have_ipv6:0default dev dummy0 table 1003 proto static scope link default via 172.20.40.1 dev wlan0 table 1021 proto static 172.20.40.0/21 dev wlan0 table 1021 proto static scope link 172.20.40.0/21 dev wlan0 proto kernel scope link src 172.20.41.153 broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1 local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1 local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1 broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 broadcast 172.20.40.0 dev wlan0 table local proto kernel scope link src 172.20.41.153 local 172.20.41.153 dev wlan0 table local proto kernel scope host src 172.20.41.153 broadcast 172.20.47.255 dev wlan0 table local proto kernel scope link src 172.20.41.153 fe80::/64 dev dummy0 table 1003 proto kernel metric 256 pref medium default dev dummy0 table 1003 proto static metric 1024 pref medium fe80::/64 dev rmnet_data0 table 1011 proto kernel metric 256 pref medium fe80::/64 dev wlan0 table 1021 proto kernel metric 256 pref medium fe80::/64 dev wlan0 table 1021 proto static metric 1024 pref medium local ::1 dev lo table local proto kernel metric 0 pref medium local fe80::4854:b2ff:feea:df9d dev dummy0 table local proto kernel metric 0 pref medium local fe80::a08e:e9ff:fed2:1a87 dev wlan0 table local proto kernel metric 0 pref medium local fe80::d313:4ea1:a397:75d9 dev rmnet_data0 table local proto kernel metric 0 pref medium ff00::/8 dev dummy0 table local metric 256 pref medium ff00::/8 dev rmnet_data0 table local metric 256 pref medium ff00::/8 dev wlan0 table local metric 256 pref medium , netInfo:"Yalla" 2020-08-09 11:14:49.371 1729-5613/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 469]:_vecaddr size:2, m_timeout:10000, m_interval:4000, m_error_interval:4000, m_max_connect:3, @0x7CFDA180F8 2020-08-09 11:14:49.371 1729-5613/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 475]:complex.conn [::ffff:172.28.1.37]:7910 2020-08-09 11:14:49.371 1729-5613/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 475]:complex.conn [::ffff:172.28.1.37]:7910 2020-08-09 11:14:49.371 1729-5613/ D/mars::comm: [complexconnect.cc, ConnectImpatient, 498]:curtime:1991068516, laststart_connecttime:1991064516, @0x7CFDA180F8 2020-08-09 11:14:49.371 1729-5613/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 519]:next_connect_timeout 0 2020-08-09 11:14:49.371 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.372 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.372 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.372 1729-5613/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 555]:index:0, @0x7CFDA180F8, addr:(172.28.1.37:7910), sock:67, connect 2020-08-09 11:14:49.372 1729-5613/ D/mars::comm: [complexconnect.cc, ConnectImpatient, 559]:timeout:4000, @0x7CFDA180F8 2020-08-09 11:14:49.372 1729-5613/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 566]:select timeout 4000 index is 1 2020-08-09 11:14:49.533 1729-5613/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 595]:index:0, @0x7CFDA180F8, sock:67, (172.28.1.37:7910), connected Rtt:161, 2020-08-09 11:14:49.533 1729-5613/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 627]:index:0, sock:67, suc ConnectImpatient:172.28.1.37:7910, RTT:(161, 161), @0x7CFDA180F8 2020-08-09 11:14:49.533 1729-5613/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 663]:retsocket:67, connrtt:161, conntotalrtt:161, totalcost:163, @0x7CFDA180F8 2020-08-09 11:14:49.534 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.534 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.534 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.534 1729-5613/ I/mars::stn: [longlink.cc, RunConnect, 552]:task socket connect suc sock:67, host:videocalldev.wahachat.com, ip:172.28.1.37, port:7910, local_ip:172.20.41.153, local_port:37464, iptype:DNSIP, costtime:163, rtt:161, totalcost:161, index:0, net:1 2020-08-09 11:14:49.534 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.534 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.534 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.534 1729-5613/ I/mars::stn: [longlink.cc, ConnectStatus, 355]:connect status from:1 to:2, nettype:1 2020-08-09 11:14:49.534 1729-5613/ D/mars::stn: [smart_heartbeat.cc, OnLongLinkEstablished, 77]:-> OnLongLinkEstablished 2020-08-09 11:14:49.534 1729-5613/ I/mars::stn: [smart_heartbeat.cc, LoadINI, 275]:-> LoadINI 2020-08-09 11:14:49.534 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.534 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.534 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.534 1729-5613/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:14:49.534 1729-5613/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:14:49.534 1729-5613/ I/mars::stn: [smart_heartbeat.cc, DumpHeartInfo, 389]:SmartHeartbeat Info lastheart:210000,successHeartCount:0, currSuccCount:0 2020-08-09 11:14:49.535 1729-5613/ I/mars::stn: [smart_heartbeat.cc, DumpHeartInfo, 395]:currentNetHeartInfo detail:"Yalla",curHeart:210000,isStable:false,failcount:0,modifyTime:1596940203,type:0,min_fail:0 2020-08-09 11:14:49.535 1729-5613/ I/mars::stn: [smart_heartbeat.cc, LoadINI, 275]:<- LoadINI +0, 2020-08-09 11:14:49.535 1729-5613/ D/mars::stn: [smart_heartbeat.cc, OnLongLinkEstablished, 77]:<- OnLongLinkEstablished +0, 2020-08-09 11:14:49.535 1729-5607/ D/mars::stn: [net_check_logic.cc, UpdateLongLinkInfo, 118]:shortlink:_continueFailCount=0, _isTaskSucc=1, records=0xffffffff 2020-08-09 11:14:49.535 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:49.535 1729-5607/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:-> RedoTasks 2020-08-09 11:14:49.535 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 1000 2020-08-09 11:14:49.535 1729-5607/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:<- RedoTasks +0, 2020-08-09 11:14:49.535 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.535 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.535 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 11:14:49.535 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.535 1729-5613/ I/mars::stn: [alarm.h, Alarm, 57]:handler:(536902470992,31) 2020-08-09 11:14:49.535 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.535 1729-5613/ I/mars::stn: [alarm.h, Alarm, 57]:handler:(536902470992,33) 2020-08-09 11:14:49.535 1729-5613/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 212]:-> operator() 2020-08-09 11:14:49.536 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.536 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.536 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:14:49.536 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:14:49.536 1729-5607/ I/mars::stn: [simple_ipport_sort.cc, BanTimes, 373]:flag is 0, ban time is 0 2020-08-09 11:14:49.536 1729-5607/ D/mars::stn: [simple_ipport_sort.cc, UpdateBanFlagAndTime, 363]:ip is 172.28.1.37, success is true , current v6 flag 0 , current v4 flag 0 2020-08-09 11:14:49.536 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, OnLongLinkStatuChanged, 306]:longlink status change: 2 2020-08-09 11:14:49.536 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, OnLongLinkStatuChanged, 312]:cancel auto connect 2020-08-09 11:14:49.536 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.536 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.536 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.536 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:-> LongLinkStateToSystemLog 2020-08-09 11:14:49.536 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:<- LongLinkStateToSystemLog +0, 2020-08-09 11:14:49.536 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:49.536 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 500 2020-08-09 11:14:49.537 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 11:14:49.537 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:-> OnLongLinkStatuChanged 2020-08-09 11:14:49.537 1729-5607/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 11:14:49.538 1729-5607/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 2, ret= true 2020-08-09 11:14:49.538 1729-5607/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +0, 2020-08-09 11:14:49.538 1729-5607/ I/mars::comm: [alarm.cc, Cancel, 96]:alarm cancel id:538587628960, seq:2, after:240000 2020-08-09 11:14:49.538 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:<- OnLongLinkStatuChanged +0, 2020-08-09 11:14:49.538 1729-5607/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:-> RedoTasks 2020-08-09 11:14:49.538 1729-5607/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:<- RedoTasks +0, 2020-08-09 11:14:49.538 1729-5607/ I/mars::stn: [net_core.cc, ConnStatusCallBack, 718]:reportNetConnectInfo all_connstatus:4, longlink_connstatus:4 2020-08-09 11:14:49.538 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:-> operator() 2020-08-09 11:14:49.544 1729-5607/ E/BaseApplication$initMars: cmdnet:status:4 -- linkConnect:4 2020-08-09 11:14:49.544 1729-5607/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 339]:all_connstatus = 4, longlink_connstatus = 4 2020-08-09 11:14:49.544 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:<- operator() +5, 2020-08-09 11:14:49.547 1729-5613/ E/BaseApplication$initMars: cmd123:A84E7BCC14C20B27A413F3236E68FEDA 2020-08-09 11:14:49.547 1729-5613/ E/BaseApplication$initMars: cmdId:reconnect 2020-08-09 11:14:49.589 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, linking, allowed) 2020-08-09 11:14:49.590 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed) 2020-08-09 11:14:49.590 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, linking, allowed) 2020-08-09 11:14:49.590 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, linking, allowed) 2020-08-09 11:14:49.591 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->objectFieldOffset(Ljava/lang/reflect/Field;)J (greylist,core-platform-api, linking, allowed) 2020-08-09 11:14:49.591 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed) 2020-08-09 11:14:49.592 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->putLong(Ljava/lang/Object;JJ)V (greylist, linking, allowed) 2020-08-09 11:14:49.593 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->allocateInstance(Ljava/lang/Class;)Ljava/lang/Object; (greylist, linking, allowed) 2020-08-09 11:14:49.594 1729-5613/ W/hat:marsservic: Accessing hidden method Llibcore/io/Memory;->peekLong(JZ)J (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Llibcore/io/Memory;->pokeLong(JJZ)V (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Llibcore/io/Memory;->pokeInt(JIZ)V (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Llibcore/io/Memory;->peekInt(JZ)I (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Llibcore/io/Memory;->pokeByte(JB)V (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Llibcore/io/Memory;->peekByte(J)B (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Llibcore/io/Memory;->pokeByteArray(J[BII)V (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Llibcore/io/Memory;->peekByteArray(J[BII)V (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->arrayBaseOffset(Ljava/lang/Class;)I (greylist,core-platform-api, linking, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->arrayIndexScale(Ljava/lang/Class;)I (greylist, linking, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden field Ljava/nio/Buffer;->address:J (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->putLong(Ljava/lang/Object;JJ)V (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, reflection, allowed) 2020-08-09 11:14:49.595 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, reflection, allowed) 2020-08-09 11:14:49.599 1729-5613/ W/hat:marsservic: Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed) 2020-08-09 11:14:49.600 1729-5613/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 212]:<- operator() +64, 2020-08-09 11:14:49.600 1729-5613/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 3 2020-08-09 11:14:49.600 1729-5613/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:14:49.601 1729-5613/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 3, after= 8000, ret= true 2020-08-09 11:14:49.601 1729-5613/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +1, 2020-08-09 11:14:49.601 1729-5613/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:536831165816, after:8000, seq:3, po.reg.q:536902470992,po.reg.s:0,po.s:35, MQ:536902470992 2020-08-09 11:14:49.601 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:49.601 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 8000 2020-08-09 11:14:49.601 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 11:14:49.602 1729-5613/ V/mars::stn: [smart_heartbeat.cc, OnHeartbeatStart, 70]:-> OnHeartbeatStart 2020-08-09 11:14:49.602 1729-5613/ V/mars::stn: [smart_heartbeat.cc, OnHeartbeatStart, 70]:<- OnHeartbeatStart +0, 2020-08-09 11:14:49.602 1729-5613/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 4 2020-08-09 11:14:49.602 1729-5613/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:14:49.602 1729-5613/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 4, after= 210000, ret= true 2020-08-09 11:14:49.603 1729-5613/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +0, 2020-08-09 11:14:49.603 1729-5613/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:536831166008, after:210000, seq:4, po.reg.q:536902470992,po.reg.s:0,po.s:36, MQ:536902470992 2020-08-09 11:14:49.603 1729-5613/ I/mars::stn: [longlink.cc, __RunReadWrite, 595]:start noop synccheck taskid:4294967294, cmdid:10001, last:(0,0), next:210000 2020-08-09 11:14:49.603 1729-5613/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 11:14:49.604 1729-5613/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 4, ret= true 2020-08-09 11:14:49.604 1729-5613/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +0, 2020-08-09 11:14:49.604 1729-5613/ I/mars::comm: [alarm.cc, Cancel, 96]:alarm cancel id:536831166008, seq:4, after:210000 2020-08-09 11:14:49.604 1729-5613/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 5 2020-08-09 11:14:49.604 1729-5613/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:14:49.605 1729-5613/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 5, after= 210000, ret= true 2020-08-09 11:14:49.605 1729-5613/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +1, 2020-08-09 11:14:49.605 1729-5613/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:536831166008, after:210000, seq:5, po.reg.q:536902470992,po.reg.s:0,po.s:37, MQ:536902470992 2020-08-09 11:14:49.607 1728-5215/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 11:14:49.607 1729-5613/ I/mars::stn: [longlink.cc, RunReadWrite, 676]:task socket send sock:67, all send:93, count:1, sub send taskid:4294967294, cmdid:10001, , len(S:93, 93/93), 2020-08-09 11:14:49.607 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:-> OnSend 2020-08-09 11:14:49.607 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:<- OnSend +0, 2020-08-09 11:14:49.607 1728-5422/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 11:14:49.607 1728-5422/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 11:14:49.760 1729-5613/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 11:14:49.761 1728-5215/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 11:14:49.761 1729-5613/ I/mars::stn: [longlink.cc, RunReadWrite, 765]:task socket recv sock:67, recv len:20, buff len:20 2020-08-09 11:14:49.761 1728-5422/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 11:14:49.761 1729-5613/ I/mars::stn: [longlink.cc, RunReadWrite, 784]:task socket recv sock:67, pack recv finish taskid:4294967294, cmdid:10001, , packlen:(20/20) 2020-08-09 11:14:49.762 1728-5422/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 11:14:49.762 1729-5613/ I/mars::stn: [longlink.cc, NoopResp, 311]:end noop synccheck 2020-08-09 11:14:49.762 1729-5613/ I/mars::stn: [longlink_identify_checker.cc, OnIdentifyResp, 79]:identifycheck(synccheck) resp 2020-08-09 11:14:49.762 1729-5613/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 282]:-> operator() 2020-08-09 11:14:49.762 1729-5613/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 294]:the respbuffer.Lenght() < = 0 2020-08-09 11:14:49.762 1729-5613/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 301]:the hashCodeBuffer.Lenght() < = 0 2020-08-09 11:14:49.762 1729-5613/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 282]:<- operator() +0, 2020-08-09 11:14:49.762 1729-5613/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 11:14:49.762 1729-5607/ D/mars::stn: [net_check_logic.cc, UpdateLongLinkInfo, 118]:shortlink:_continueFailCount=0, _isTaskSucc=1, records=0xffffffff 2020-08-09 11:14:49.762 1729-5607/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:-> RedoTasks 2020-08-09 11:14:49.762 1729-5607/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:<- RedoTasks +0, 2020-08-09 11:14:49.762 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.762 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.762 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.762 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:49.762 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:49.762 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:49.762 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:14:49.762 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:14:49.763 1729-5613/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 3, ret= true 2020-08-09 11:14:49.763 1729-5613/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +0, 2020-08-09 11:14:49.763 1729-5613/ I/mars::comm: [alarm.cc, Cancel, 96]:alarm cancel id:536831165816, seq:3, after:8000 2020-08-09 11:14:49.763 1729-5613/ I/mars::stn: [smart_heartbeat.cc, OnHeartResult, 107]:heart result:true, timeout:false 2020-08-09 11:14:49.763 1729-5613/ I/mars::stn: [longlink.cc, NoopResp, 329]:noop succ, interval:210000 2020-08-09 11:14:49.763 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:49.763 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 500 2020-08-09 11:14:49.763 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 11:14:50.181 1729-5613/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 11:14:50.183 1728-5215/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 11:14:50.184 1729-5613/ I/mars::stn: [longlink.cc, RunReadWrite, 765]:task socket recv sock:67, recv len:175, buff len:175 2020-08-09 11:14:50.184 1729-5613/ E/mars::stn: [longlink.cc, RunReadWrite, 777]:task socket recv sock:67, unpack error dump: 2020-08-09 11:14:50.184 1728-5422/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 11:14:50.184 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:50.184 1728-5422/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 11:14:50.185 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:50.185 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:14:50.185 1729-5613/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:14:50.185 1729-5613/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:14:50.185 1729-5613/ I/mars::stn: [longlink.cc, RunReadWrite, 584]:, net_type:"Yalla"task socket close getsocktcpinfo:tcpi_state=0x1, tcpi_ca_state=0x0, tcpi_retransmits=0x0, tcpi_probes=0x0, tcpi_backoff=0x0, tcpi_options=0x7, tcpi_rto=0x762A0, tcpi_snd_mss=0x562, tcpi_rcv_mss=0x218, tcpi_unacked=0x0, tcpi_sacked=0x0, tcpi_lost=0x0, tcpi_retrans=0x0, tcpi_fackets=0x0, tcpi_last_data_sent=0x248, tcpi_last_ack_sent=0x0, tcpi_last_data_recv=0x4, tcpi_last_ack_recv=0x4, tcpi_pmtu=0x5DC, tcpi_rcv_ssthresh=0x1042F, tcpi_rtt=0x274D3, tcpi_rttvar=0xF026, tcpi_snd_ssthresh=0x578, tcpi_snd_cwnd=0xA, tcpi_advmss=0x56C, tcpi_reordering=0x3, tcpi_rcv_rtt=0x0, tcpi_rcv_space=0x3638, tcpi_total_retrans=0x 2020-08-09 11:14:50.185 1729-5613/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 11:14:50.188 1729-5613/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 5, ret= true 2020-08-09 11:14:50.188 1729-5613/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +2, 2020-08-09 11:14:50.188 1729-5613/ I/mars::comm: [alarm.cc, Cancel, 96]:alarm cancel id:536831166008, seq:5, after:210000 2020-08-09 11:14:50.188 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:50.189 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:50.189 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:50.189 1729-5613/ V/mars::comm: [platform_comm.cc, getSignal, 387]:-> getSignal 2020-08-09 11:14:50.190 1729-5613/ V/mars::comm: [platform_comm.cc, getSignal, 397]:Signal Strength= 90, wifi:true 2020-08-09 11:14:50.190 1729-5613/ V/mars::comm: [platform_comm.cc, getSignal, 387]:<- getSignal +1, 2020-08-09 11:14:50.190 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:50.191 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:50.191 1729-5613/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:50.191 1729-5613/ I/mars::stn: [longlink.cc, __ConnectStatus, 355]:connect status from:2 to:3, nettype:1 2020-08-09 11:14:50.191 1729-5613/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 84]:-> OnLongLinkDisconnect 2020-08-09 11:14:50.191 1729-5613/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 90]:"Yalla" not stable last heart:210000 2020-08-09 11:14:50.191 1729-5613/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 84]:<- OnLongLinkDisconnect +0, 2020-08-09 11:14:50.192 1729-5613/ I/mars::stn: [longlink.cc, Run, 427]:longlink lifetime:658 2020-08-09 11:14:50.192 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, OnLongLinkStatuChanged, 306]:longlink status change: 3 2020-08-09 11:14:50.192 1729-5607/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 6 2020-08-09 11:14:50.192 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:50.192 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 1000 2020-08-09 11:14:50.192 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:14:50.193 1729-5613/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:14:50.193 1729-5613/ I/mars::stn: [longlink.cc, Run, 388]:<- Run +845, 2020-08-09 11:14:50.194 1729-5607/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 6, after= 500, ret= true 2020-08-09 11:14:50.194 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +1, 2020-08-09 11:14:50.194 1729-5607/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538434564664, after:500, seq:6, po.reg.q:536902470992,po.reg.s:0,po.s:44, MQ:536902470992 2020-08-09 11:14:50.194 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:50.195 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:50.195 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:50.195 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:-> LongLinkStateToSystemLog 2020-08-09 11:14:50.195 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:<- LongLinkStateToSystemLog +0, 2020-08-09 11:14:50.195 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:-> OnLongLinkStatuChanged 2020-08-09 11:14:50.195 1729-5607/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAccountInfo, 72]:-> GetAccountInfo 2020-08-09 11:14:50.195 1729-5607/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAccountInfo, 72]:<- GetAccountInfo +0, 2020-08-09 11:14:50.195 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:50.196 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:50.196 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:50.196 1729-5607/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 7 2020-08-09 11:14:50.196 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:14:50.198 1729-5607/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 7, after= 240000, ret= true 2020-08-09 11:14:50.198 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +1, 2020-08-09 11:14:50.198 1729-5607/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538587628960, after:240000, seq:7, po.reg.q:536902470992,po.reg.s:0,po.s:45, MQ:536902470992 2020-08-09 11:14:50.198 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:<- OnLongLinkStatuChanged +2, 2020-08-09 11:14:50.198 1729-5607/ W/mars::stn: [longlink_task_manager.cc, __OnResponse, 555]:task error, taskid:0, cmdid:0, error_type:6, error_code:-10504 2020-08-09 11:14:50.198 1729-5607/ I/mars::stn: [longlink.cc, Disconnect, 251]:_scene:10007 2020-08-09 11:14:50.198 1729-5607/ I/mars::stn: [longlink.cc, Disconnect, 251]:_scene:10008 2020-08-09 11:14:50.199 1729-5607/ D/mars::stn: [net_check_logic.cc, UpdateLongLinkInfo, 118]:shortlink:_continueFailCount=0, _isTaskSucc=0, records=0xfffffffe 2020-08-09 11:14:50.199 1729-5607/ I/mars::stn: [net_source.cc, ReportLongIP, 239]:_is_success=false, ip=172.28.1.37, port=7910 2020-08-09 11:14:50.199 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:50.199 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:50.200 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:50.200 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:50.200 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:50.200 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:50.200 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:14:50.200 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:14:50.200 1729-5607/ I/mars::stn: [simple_ipport_sort.cc, BanTimes, 373]:flag is 1, ban time is 1 2020-08-09 11:14:50.200 1729-5607/ D/mars::stn: [simple_ipport_sort.cc, UpdateBanFlagAndTime, 363]:ip is 172.28.1.37, success is false , current v6 flag 0 , current v4 flag 1 2020-08-09 11:14:50.693 1729-5607/ I/mars::comm: [alarm.cc, OnAlarm, 145]:OnAlarm id:538434564664, seq:6, elapsed:501, after:500, miss:1, android alarm:false, MQ:536902470992runing 2020-08-09 11:14:50.695 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 300000, posttime: 1343, buffer: 0, _type: 1 2020-08-09 11:14:50.695 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, AutoIntervalConnect, 264]:start auto connect after:298657 2020-08-09 11:14:50.695 1729-5607/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 8 2020-08-09 11:14:50.696 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:14:50.701 1729-5607/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 8, after= 298657, ret= true 2020-08-09 11:14:50.701 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +5, 2020-08-09 11:14:50.701 1729-5607/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538434564664, after:298657, seq:8, po.reg.q:536902470992,po.reg.s:0,po.s:48, MQ:536902470992 2020-08-09 11:14:53.454 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 11:14:53.455 1728-1728/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 11:14:53.456 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 1 2020-08-09 11:14:53.456 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 11:14:53.457 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 11:14:53.457 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 11:14:53.457 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:53.458 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:53.458 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:14:53.458 1729-5607/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:1, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 11:14:53.459 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:-> StartTask 2020-08-09 11:14:53.459 1729-5607/ D/mars::stn: [longlink_task_manager.cc, StartTask, 88]:taskid=1 2020-08-09 11:14:53.459 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:14:53.459 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:14:53.461 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 11:14:53.461 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:14:53.461 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:14:53.461 1729-5607/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B17A010, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 11:14:53.461 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:14:53.461 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:53.461 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:53.461 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:53.461 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 11:14:53.462 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 4111, buffer: 0, _type: 0 2020-08-09 11:14:53.462 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:53.462 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:14:53.462 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 11:14:53.463 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:<- StartTask +3, 2020-08-09 11:14:53.463 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:-> HasTask 2020-08-09 11:14:53.463 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:<- HasTask +0, 2020-08-09 11:14:53.464 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +6, 2020-08-09 11:14:53.465 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 1 2020-08-09 11:14:54.463 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:14:54.464 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 5113, buffer: 0, _type: 0 2020-08-09 11:14:54.464 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:54.464 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:14:54.466 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:14:55.212 1729-1729/ I/mars::comm: [alarm.cc, onAlarmImpl, 197]:onAlarm id:6, MQ:536902470992 2020-08-09 11:14:55.213 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_new, 425]:-> wakeupLock_new 2020-08-09 11:14:55.213 1729-1729/ D/mars::comm: [platform_comm.cc, wakeupLock_new, 438]:newref= 0x3B46 2020-08-09 11:14:55.214 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_new, 425]:<- wakeupLock_new +0, 2020-08-09 11:14:55.214 1729-1729/ I/mars::comm: [wakeuplock.cc, WakeUpLock, 32]:new wakeuplock:0x3b46 2020-08-09 11:14:55.214 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:55.214 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3B46, _timeout= 1000 2020-08-09 11:14:55.217 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 11:14:55.218 1729-1729/ I/mars::comm: [alarm.cc, StartWakeLock, 191]:StartWakeLock 2020-08-09 11:14:55.218 1729-1729/ I/mars::comm: [alarm.cc, onAlarmImpl, 197]:onAlarm id:6, MQ:536902470992 2020-08-09 11:14:55.218 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:55.218 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3B46, _timeout= 1000 2020-08-09 11:14:55.219 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 11:14:55.219 1729-1729/ I/mars::comm: [alarm.cc, StartWakeLock, 191]:StartWakeLock 2020-08-09 11:14:55.467 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:14:55.468 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 6117, buffer: 0, _type: 0 2020-08-09 11:14:55.468 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:55.468 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:14:55.470 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:14:56.472 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:14:56.473 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 7122, buffer: 0, _type: 0 2020-08-09 11:14:56.473 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:56.473 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:14:56.475 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:14:57.475 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:14:57.476 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 8125, buffer: 0, _type: 0 2020-08-09 11:14:57.476 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:57.476 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:14:57.481 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +4, 2020-08-09 11:14:58.442 1728-1728/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 11:14:58.443 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 11:14:58.446 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 2 2020-08-09 11:14:58.447 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 11:14:58.448 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +1, 2020-08-09 11:14:58.448 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 11:14:58.449 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:58.450 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:58.451 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +2, 2020-08-09 11:14:58.451 1729-5607/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:2, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 11:14:58.451 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:-> StartTask 2020-08-09 11:14:58.451 1729-5607/ D/mars::stn: [longlink_task_manager.cc, StartTask, 88]:taskid=2 2020-08-09 11:14:58.451 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:14:58.451 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 9100, buffer: 0, _type: 0 2020-08-09 11:14:58.452 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:14:58.452 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:14:58.453 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 11:14:58.453 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:14:58.453 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:14:58.453 1729-5607/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B17A410, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 11:14:58.453 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:14:58.453 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:14:58.454 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:14:58.454 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:14:58.454 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 11:14:58.455 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 9104, buffer: 0, _type: 0 2020-08-09 11:14:58.455 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:58.455 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:14:58.455 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 11:14:58.456 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:<- StartTask +4, 2020-08-09 11:14:58.456 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:-> HasTask 2020-08-09 11:14:58.456 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:<- HasTask +0, 2020-08-09 11:14:58.456 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +7, 2020-08-09 11:14:58.457 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 2 2020-08-09 11:14:58.481 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:14:58.482 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 9131, buffer: 0, _type: 0 2020-08-09 11:14:58.482 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:14:58.482 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 9131, buffer: 0, _type: 0 2020-08-09 11:14:58.483 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:58.483 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:14:58.484 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:14:59.485 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:14:59.485 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 10135, buffer: 0, _type: 0 2020-08-09 11:14:59.486 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:14:59.486 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 10135, buffer: 0, _type: 0 2020-08-09 11:14:59.486 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:14:59.486 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:14:59.488 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:00.489 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:00.491 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 11140, buffer: 0, _type: 0 2020-08-09 11:15:00.491 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:00.491 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 11140, buffer: 0, _type: 0 2020-08-09 11:15:00.491 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:00.492 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:00.494 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:01.494 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:01.495 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 12144, buffer: 0, _type: 0 2020-08-09 11:15:01.495 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:01.495 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 12144, buffer: 0, _type: 0 2020-08-09 11:15:01.495 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:01.495 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:01.496 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:02.497 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:02.497 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 13146, buffer: 0, _type: 0 2020-08-09 11:15:02.497 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:02.497 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 13146, buffer: 0, _type: 0 2020-08-09 11:15:02.497 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:02.498 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:02.499 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:03.442 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 11:15:03.444 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 3 2020-08-09 11:15:03.444 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 11:15:03.444 1728-5477/ E/MainActivity$startMarsTask: cmdHeartLoginMars 2020-08-09 11:15:03.445 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 11:15:03.445 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 11:15:03.445 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:03.447 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:03.447 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:03.447 1729-5607/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:3, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 11:15:03.447 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:-> StartTask 2020-08-09 11:15:03.447 1729-5607/ D/mars::stn: [longlink_task_manager.cc, StartTask, 88]:taskid=3 2020-08-09 11:15:03.447 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:03.448 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 14097, buffer: 0, _type: 0 2020-08-09 11:15:03.448 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:03.448 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 14097, buffer: 0, _type: 0 2020-08-09 11:15:03.448 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:03.448 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:03.448 1728-1728/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 11:15:03.449 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 11:15:03.449 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:03.450 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:03.450 1729-5607/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B17A810, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 11:15:03.450 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:03.450 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:03.451 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:03.451 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:03.451 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 11:15:03.451 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 14100, buffer: 0, _type: 0 2020-08-09 11:15:03.451 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:03.451 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:03.452 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 11:15:03.452 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:<- StartTask +4, 2020-08-09 11:15:03.452 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:-> HasTask 2020-08-09 11:15:03.452 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:<- HasTask +0, 2020-08-09 11:15:03.453 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +7, 2020-08-09 11:15:03.454 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 3 2020-08-09 11:15:03.500 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:03.501 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 14150, buffer: 0, _type: 0 2020-08-09 11:15:03.501 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:03.501 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 14150, buffer: 0, _type: 0 2020-08-09 11:15:03.501 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:03.501 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 14150, buffer: 0, _type: 0 2020-08-09 11:15:03.501 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:03.502 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:03.504 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:03.505 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=10001; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 11:15:03.507 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 4 2020-08-09 11:15:03.507 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 11:15:03.508 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 11:15:03.508 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 11:15:03.508 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:03.510 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:03.510 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:03.510 1729-5607/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:4, cmdid:10001, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:10001, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 11:15:03.511 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:-> StartTask 2020-08-09 11:15:03.511 1729-5607/ D/mars::stn: [longlink_task_manager.cc, StartTask, 88]:taskid=4 2020-08-09 11:15:03.511 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:03.511 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 14160, buffer: 0, _type: 0 2020-08-09 11:15:03.512 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:03.512 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 14161, buffer: 0, _type: 0 2020-08-09 11:15:03.512 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:03.512 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 14161, buffer: 0, _type: 0 2020-08-09 11:15:03.512 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:03.513 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:03.514 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 11:15:03.514 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:03.514 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:03.514 1729-5607/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B17AC10, cmdid=10001, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 11:15:03.514 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:03.514 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:03.515 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:03.515 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:03.515 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 11:15:03.515 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 14165, buffer: 0, _type: 0 2020-08-09 11:15:03.516 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:03.516 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:03.516 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 11:15:03.517 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:<- StartTask +5, 2020-08-09 11:15:03.517 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:-> HasTask 2020-08-09 11:15:03.517 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:<- HasTask +0, 2020-08-09 11:15:03.517 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +8, 2020-08-09 11:15:03.518 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 4 2020-08-09 11:15:04.506 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:04.507 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 15156, buffer: 0, _type: 0 2020-08-09 11:15:04.507 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:04.507 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 15156, buffer: 0, _type: 0 2020-08-09 11:15:04.507 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:04.507 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 15156, buffer: 0, _type: 0 2020-08-09 11:15:04.507 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:04.508 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 15157, buffer: 0, _type: 0 2020-08-09 11:15:04.508 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:04.508 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:04.510 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:05.511 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:05.511 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 16160, buffer: 0, _type: 0 2020-08-09 11:15:05.512 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:05.512 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 16162, buffer: 0, _type: 0 2020-08-09 11:15:05.513 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:05.513 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 16162, buffer: 0, _type: 0 2020-08-09 11:15:05.513 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:05.513 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 16162, buffer: 0, _type: 0 2020-08-09 11:15:05.513 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:05.514 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:05.515 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:06.516 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:06.517 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 17166, buffer: 0, _type: 0 2020-08-09 11:15:06.517 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:06.517 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 17166, buffer: 0, _type: 0 2020-08-09 11:15:06.517 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:06.518 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 17167, buffer: 0, _type: 0 2020-08-09 11:15:06.518 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:06.518 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 17167, buffer: 0, _type: 0 2020-08-09 11:15:06.518 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:06.518 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:06.521 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:07.522 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:07.523 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 18172, buffer: 0, _type: 0 2020-08-09 11:15:07.524 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:07.524 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 18173, buffer: 0, _type: 0 2020-08-09 11:15:07.524 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:07.524 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 18174, buffer: 0, _type: 0 2020-08-09 11:15:07.525 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:07.525 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 18174, buffer: 0, _type: 0 2020-08-09 11:15:07.525 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:07.525 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:07.527 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:08.448 1728-1728/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 11:15:08.448 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 11:15:08.451 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 5 2020-08-09 11:15:08.451 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 11:15:08.452 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 11:15:08.452 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:08.452 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 11:15:08.453 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:08.453 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:08.453 1729-5607/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:5, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 11:15:08.453 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:-> StartTask 2020-08-09 11:15:08.453 1729-5607/ D/mars::stn: [longlink_task_manager.cc, StartTask, 88]:taskid=5 2020-08-09 11:15:08.453 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:08.454 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 19103, buffer: 0, _type: 0 2020-08-09 11:15:08.454 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:08.454 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 19103, buffer: 0, _type: 0 2020-08-09 11:15:08.454 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:08.454 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 19103, buffer: 0, _type: 0 2020-08-09 11:15:08.454 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:08.454 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 19104, buffer: 0, _type: 0 2020-08-09 11:15:08.454 1729-5607/ I/mars::stn: [longlink_task_manager.cc, __RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:08.454 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:08.456 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 11:15:08.456 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:08.456 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:08.456 1729-5607/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B17B010, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 11:15:08.456 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:08.456 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:08.457 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:08.457 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:08.457 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 11:15:08.457 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 19106, buffer: 0, _type: 0 2020-08-09 11:15:08.457 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:08.457 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:08.458 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:08.459 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:<- StartTask +5, 2020-08-09 11:15:08.459 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:-> HasTask 2020-08-09 11:15:08.459 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:<- HasTask +0, 2020-08-09 11:15:08.459 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +7, 2020-08-09 11:15:08.460 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 5 2020-08-09 11:15:08.529 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:08.529 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 19178, buffer: 0, _type: 0 2020-08-09 11:15:08.530 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:08.530 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 19179, buffer: 0, _type: 0 2020-08-09 11:15:08.530 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:08.530 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 19179, buffer: 0, _type: 0 2020-08-09 11:15:08.530 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:08.530 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 19179, buffer: 0, _type: 0 2020-08-09 11:15:08.530 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:08.531 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 19180, buffer: 0, _type: 0 2020-08-09 11:15:08.531 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:08.531 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:08.533 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:09.534 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:09.534 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 20183, buffer: 0, _type: 0 2020-08-09 11:15:09.534 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:09.535 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 20184, buffer: 0, _type: 0 2020-08-09 11:15:09.535 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:09.535 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 20184, buffer: 0, _type: 0 2020-08-09 11:15:09.535 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:09.535 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 20184, buffer: 0, _type: 0 2020-08-09 11:15:09.535 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:09.535 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 20184, buffer: 0, _type: 0 2020-08-09 11:15:09.535 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:09.535 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:09.537 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:10.538 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:10.539 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 21188, buffer: 0, _type: 0 2020-08-09 11:15:10.539 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:10.539 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 21188, buffer: 0, _type: 0 2020-08-09 11:15:10.539 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:10.540 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 21189, buffer: 0, _type: 0 2020-08-09 11:15:10.541 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:10.541 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 21190, buffer: 0, _type: 0 2020-08-09 11:15:10.541 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:10.542 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 21191, buffer: 0, _type: 0 2020-08-09 11:15:10.542 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:10.542 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:10.546 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +4, 2020-08-09 11:15:11.552 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:11.553 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 22202, buffer: 0, _type: 0 2020-08-09 11:15:11.553 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:11.553 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 22202, buffer: 0, _type: 0 2020-08-09 11:15:11.553 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:11.554 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 22203, buffer: 0, _type: 0 2020-08-09 11:15:11.554 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:11.554 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 22203, buffer: 0, _type: 0 2020-08-09 11:15:11.554 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:11.555 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 22204, buffer: 0, _type: 0 2020-08-09 11:15:11.556 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:11.556 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:11.559 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:12.560 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:12.561 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 23210, buffer: 0, _type: 0 2020-08-09 11:15:12.561 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:12.561 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 23210, buffer: 0, _type: 0 2020-08-09 11:15:12.562 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:12.562 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 23211, buffer: 0, _type: 0 2020-08-09 11:15:12.562 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:12.562 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 23211, buffer: 0, _type: 0 2020-08-09 11:15:12.563 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:12.563 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 23212, buffer: 0, _type: 0 2020-08-09 11:15:12.563 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:12.564 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:12.568 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +4, 2020-08-09 11:15:13.448 1728-1728/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 11:15:13.448 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 11:15:13.451 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 6 2020-08-09 11:15:13.451 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 11:15:13.452 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 11:15:13.452 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 11:15:13.452 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:13.453 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:13.453 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:13.453 1729-5607/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:6, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 11:15:13.453 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:-> StartTask 2020-08-09 11:15:13.453 1729-5607/ D/mars::stn: [longlink_task_manager.cc, StartTask, 88]:taskid=6 2020-08-09 11:15:13.453 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.454 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 24103, buffer: 0, _type: 0 2020-08-09 11:15:13.454 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.454 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 24103, buffer: 0, _type: 0 2020-08-09 11:15:13.454 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.454 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 24103, buffer: 0, _type: 0 2020-08-09 11:15:13.454 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.454 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 24103, buffer: 0, _type: 0 2020-08-09 11:15:13.454 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.454 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 24103, buffer: 0, _type: 0 2020-08-09 11:15:13.454 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.454 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:13.456 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 11:15:13.456 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:13.456 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:13.456 1729-5607/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B17B410, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 11:15:13.456 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:13.456 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:13.457 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:13.457 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:13.457 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 11:15:13.457 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, __IntervalConnect, 244]:next connect interval: 30000, posttime: 24106, buffer: 0, _type: 0 2020-08-09 11:15:13.457 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:13.457 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:13.458 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:13.458 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:<- StartTask +5, 2020-08-09 11:15:13.459 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:-> HasTask 2020-08-09 11:15:13.459 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:<- HasTask +0, 2020-08-09 11:15:13.459 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +7, 2020-08-09 11:15:13.460 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 6 2020-08-09 11:15:13.570 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.571 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 24220, buffer: 0, _type: 0 2020-08-09 11:15:13.571 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.571 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 24220, buffer: 0, _type: 0 2020-08-09 11:15:13.571 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.571 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 24220, buffer: 0, _type: 0 2020-08-09 11:15:13.572 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.572 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 24221, buffer: 0, _type: 0 2020-08-09 11:15:13.572 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.573 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 24222, buffer: 0, _type: 0 2020-08-09 11:15:13.573 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:13.573 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 24222, buffer: 0, _type: 0 2020-08-09 11:15:13.573 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:13.573 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:13.576 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:14.576 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:14.577 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 25226, buffer: 0, _type: 0 2020-08-09 11:15:14.577 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:14.578 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 25227, buffer: 0, _type: 0 2020-08-09 11:15:14.578 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:14.578 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 25227, buffer: 0, _type: 0 2020-08-09 11:15:14.578 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:14.578 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 25227, buffer: 0, _type: 0 2020-08-09 11:15:14.578 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:14.578 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 25227, buffer: 0, _type: 0 2020-08-09 11:15:14.578 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:14.579 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 25228, buffer: 0, _type: 0 2020-08-09 11:15:14.579 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:14.579 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:14.581 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:15.581 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:15.582 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 26231, buffer: 0, _type: 0 2020-08-09 11:15:15.582 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:15.582 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 26232, buffer: 0, _type: 0 2020-08-09 11:15:15.583 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:15.583 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 26232, buffer: 0, _type: 0 2020-08-09 11:15:15.583 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:15.583 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 26232, buffer: 0, _type: 0 2020-08-09 11:15:15.583 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:15.583 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 26233, buffer: 0, _type: 0 2020-08-09 11:15:15.584 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:15.584 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 26233, buffer: 0, _type: 0 2020-08-09 11:15:15.585 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:15.585 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:15.587 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:15.753 1728-5230/ A/mars::comm: [boost_exception.cc, throw_exception, 27]:boost exception:mars_boost::filesystem::directory_iterator::construct: Permission denied: "/storage/emulated/0/marssample/log" 2020-08-09 11:15:16.588 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:16.589 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 27238, buffer: 0, _type: 0 2020-08-09 11:15:16.589 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:16.589 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 27238, buffer: 0, _type: 0 2020-08-09 11:15:16.589 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:16.589 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 27238, buffer: 0, _type: 0 2020-08-09 11:15:16.589 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:16.590 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 27239, buffer: 0, _type: 0 2020-08-09 11:15:16.590 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:16.590 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 27239, buffer: 0, _type: 0 2020-08-09 11:15:16.590 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:16.590 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 27239, buffer: 0, _type: 0 2020-08-09 11:15:16.590 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:16.590 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:16.594 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 11:15:17.594 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:17.595 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 28244, buffer: 0, _type: 0 2020-08-09 11:15:17.595 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:17.596 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 28245, buffer: 0, _type: 0 2020-08-09 11:15:17.596 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:17.596 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 28245, buffer: 0, _type: 0 2020-08-09 11:15:17.596 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:17.596 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 28245, buffer: 0, _type: 0 2020-08-09 11:15:17.596 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:17.597 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 28246, buffer: 0, _type: 0 2020-08-09 11:15:17.597 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:17.597 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 28246, buffer: 0, _type: 0 2020-08-09 11:15:17.597 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:17.597 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:17.599 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:18.443 1728-1728/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 11:15:18.444 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 11:15:18.446 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 7 2020-08-09 11:15:18.447 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 11:15:18.448 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:18.449 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:18.449 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:18.450 1729-5607/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:7, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 11:15:18.450 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:-> StartTask 2020-08-09 11:15:18.450 1729-5607/ D/mars::stn: [longlink_task_manager.cc, StartTask, 88]:taskid=7 2020-08-09 11:15:18.450 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.450 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 29099, buffer: 0, _type: 0 2020-08-09 11:15:18.450 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.451 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 29100, buffer: 0, _type: 0 2020-08-09 11:15:18.451 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.451 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 29100, buffer: 0, _type: 0 2020-08-09 11:15:18.451 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.451 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 29100, buffer: 0, _type: 0 2020-08-09 11:15:18.451 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.451 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 29101, buffer: 0, _type: 0 2020-08-09 11:15:18.452 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.452 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 29101, buffer: 0, _type: 0 2020-08-09 11:15:18.452 1729-5607/ I/mars::stn: [longlink_task_manager.cc, __RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.452 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:18.453 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 11:15:18.454 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:18.454 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:18.454 1729-5607/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B17B810, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 11:15:18.454 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:18.454 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:18.455 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +7, 2020-08-09 11:15:18.455 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 11:15:18.455 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:18.455 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:18.455 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 11:15:18.456 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 29105, buffer: 0, _type: 0 2020-08-09 11:15:18.456 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:18.456 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:18.457 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:18.457 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:<- StartTask +7, 2020-08-09 11:15:18.457 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:-> HasTask 2020-08-09 11:15:18.457 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:<- HasTask +0, 2020-08-09 11:15:18.458 1729-5643/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +2, 2020-08-09 11:15:18.459 1729-5643/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 7 2020-08-09 11:15:18.599 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.600 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 29249, buffer: 0, _type: 0 2020-08-09 11:15:18.600 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.601 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 29250, buffer: 0, _type: 0 2020-08-09 11:15:18.601 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.601 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 29251, buffer: 0, _type: 0 2020-08-09 11:15:18.601 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.602 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 29251, buffer: 0, _type: 0 2020-08-09 11:15:18.602 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.602 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 29251, buffer: 0, _type: 0 2020-08-09 11:15:18.602 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.602 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 29251, buffer: 0, _type: 0 2020-08-09 11:15:18.602 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:18.602 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 29252, buffer: 0, _type: 0 2020-08-09 11:15:18.602 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:18.603 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:18.605 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:19.316 1729-5603/ A/mars::comm: [boost_exception.cc, throw_exception, 27]:boost exception:mars_boost::filesystem::directory_iterator::construct: Permission denied: "/storage/emulated/0/marssample/log" 2020-08-09 11:15:19.606 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.607 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 30256, buffer: 0, _type: 0 2020-08-09 11:15:19.607 1729-5607/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 11:15:19.608 1729-5607/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 11:15:19.608 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 250]:made interval connect interval:30000, posttime:30256, newone:true, connectstatus:0, ret:false 2020-08-09 11:15:19.608 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.608 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 1991098753, buffer: 0, _type: 0 2020-08-09 11:15:19.608 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 250]:made interval connect interval:30000, posttime:1991098753, newone:false, connectstatus:0, ret:false 2020-08-09 11:15:19.608 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.608 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, __IntervalConnect, 244]:next connect interval: 30000, posttime: 1991098753, buffer: 0, _type: 0 2020-08-09 11:15:19.608 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 250]:made interval connect interval:30000, posttime:1991098753, newone:false, connectstatus:0, ret:false 2020-08-09 11:15:19.608 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.608 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.609 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 1991098754, buffer: 0, _type: 0 2020-08-09 11:15:19.609 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 250]:made interval connect interval:30000, posttime:1991098754, newone:false, connectstatus:0, ret:false 2020-08-09 11:15:19.609 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.609 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 1991098754, buffer: 0, _type: 0 2020-08-09 11:15:19.609 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 250]:made interval connect interval:30000, posttime:1991098754, newone:false, connectstatus:0, ret:false 2020-08-09 11:15:19.610 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.610 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, __IntervalConnect, 244]:next connect interval: 30000, posttime: 1991098755, buffer: 0, _type: 0 2020-08-09 11:15:19.610 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 250]:made interval connect interval:30000, posttime:1991098755, newone:false, connectstatus:0, ret:false 2020-08-09 11:15:19.610 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.610 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 1991098755, buffer: 0, _type: 0 2020-08-09 11:15:19.610 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 250]:made interval connect interval:30000, posttime:1991098755, newone:false, connectstatus:0, ret:false 2020-08-09 11:15:19.610 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:19.610 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:19.612 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:19.612 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.613 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +4, 2020-08-09 11:15:19.613 1729-5695/ I/mars::stn: [longlink.cc, Run, 388]:-> Run LongLink Rebuild span:0, net:1 2020-08-09 11:15:19.613 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.615 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.615 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:19.615 1729-5695/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:15:19.615 1729-5695/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:15:19.615 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:19.616 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 40000 2020-08-09 11:15:19.619 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 11:15:19.619 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.620 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.620 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:19.620 1729-5695/ I/mars::stn: [longlink.cc, ConnectStatus, 355]:connect status from:0 to:1, nettype:1 2020-08-09 11:15:19.621 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, OnLongLinkStatuChanged, 306]:longlink status change: 1 2020-08-09 11:15:19.621 1729-5695/ I/mars::stn: [net_source.cc, GetLongLinkItems, 180]:-> GetLongLinkItems 2020-08-09 11:15:19.621 1729-5607/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 11:15:19.621 1729-5695/ V/mars::comm: [dns.cc, GetHostByName, 190]:-> GetHostByName 2020-08-09 11:15:19.622 1729-5698/ V/mars::comm: [dns.cc, GetIP, 59]:-> GetIP 2020-08-09 11:15:19.622 1729-5698/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 87]:-> operator() 2020-08-09 11:15:19.622 1729-5698/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 87]:<- operator() +0, 2020-08-09 11:15:19.623 1729-5698/ V/mars::comm: [dns.cc, GetIP, 59]:<- GetIP +1, 2020-08-09 11:15:19.623 1729-5695/ I/mars::comm: [dns.cc, GetHostByName, 271]:dns get ip status:4 host:videocalldev.wahachat.com, func:true 2020-08-09 11:15:19.623 1729-5695/ V/mars::comm: [dns.cc, GetHostByName, 190]:<- GetHostByName +1, 2020-08-09 11:15:19.623 1729-5695/ V/mars::comm: [dns.cc, GetHostByName, 190]:-> GetHostByName 2020-08-09 11:15:19.623 1729-5699/ V/mars::comm: [dns.cc, GetIP, 59]:-> GetIP 2020-08-09 11:15:19.625 1729-5699/ E/mars::comm: [socket_address.cc, ip, 206]:invalid ip family:0, ip: 2020-08-09 11:15:19.625 1729-5699/ E/mars::comm: [socket_address.cc, ip, 206]:invalid ip family:0, ip: 2020-08-09 11:15:19.625 1729-5607/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 8, ret= true 2020-08-09 11:15:19.626 1729-5607/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +4, 2020-08-09 11:15:19.626 1729-5607/ I/mars::comm: [alarm.cc, Cancel, 96]:alarm cancel id:538434564664, seq:8, after:298657 2020-08-09 11:15:19.626 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.626 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.627 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.627 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:-> LongLinkStateToSystemLog 2020-08-09 11:15:19.627 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:<- LongLinkStateToSystemLog +0, 2020-08-09 11:15:19.627 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:-> OnLongLinkStatuChanged 2020-08-09 11:15:19.627 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:<- OnLongLinkStatuChanged +0, 2020-08-09 11:15:19.627 1729-5607/ I/mars::stn: [net_core.cc, ConnStatusCallBack, 718]:reportNetConnectInfo all_connstatus:3, longlink_connstatus:3 2020-08-09 11:15:19.627 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:-> operator() 2020-08-09 11:15:19.631 1729-5699/ I/mars::comm: [dns.cc, GetIP, 152]:host videocalldev.wahachat.com resolved iplist: 172.28.1.37, 2020-08-09 11:15:19.631 1729-5699/ I/mars::comm: [dns.cc, GetIP, 81]:dns server::0 :0 2020-08-09 11:15:19.632 1729-5699/ V/mars::comm: [dns.cc, GetIP, 59]:<- GetIP +9, 2020-08-09 11:15:19.632 1729-5695/ V/mars::comm: [dns.cc, GetHostByName, 190]:<- GetHostByName +9, 2020-08-09 11:15:19.633 1729-5695/ D/mars::stn: [net_source.cc, MakeIPPorts, 370]:link host:videocalldev.wahachat.com, new dns ret:false, size:0 dns ret:true, size:1, 2020-08-09 11:15:19.633 1729-5695/ I/mars::stn: [simple_ipport_sort.cc, SortandFilter, 594]:needcount 5, use ipv6 false 2020-08-09 11:15:19.629 1729-1729/ W/mars::5695: type=1400 audit(0.0:191781): avc: denied { read } for name="route" dev="proc" ino=4026532255 scontext=u:r:untrusted_app:s0:c200,c257,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 2020-08-09 11:15:19.633 1729-5695/ I/mars::stn: [simple_ipport_sort.cc, SortandFilter, 598]:after FilterbyBanned list ip: 172.28.1.37 2020-08-09 11:15:19.633 1729-5695/ I/mars::stn: [simple_ipport_sort.cc, __SortbyBanned, 501]:use ipv6 false 2020-08-09 11:15:19.633 1729-5695/ I/mars::stn: [simple_ipport_sort.cc, SortandFilter, 603]:after SortbyBanned list ip: 172.28.1.37 2020-08-09 11:15:19.633 1729-5695/ D/mars::stn: [net_source.cc, MakeIPPorts, 399]:link host:videocalldev.wahachat.com, backup ips size:1 2020-08-09 11:15:19.633 1729-5695/ I/mars::stn: [net_source.cc, GetLongLinkItems, 180]:<- GetLongLinkItems +12, 2020-08-09 11:15:19.633 1729-5695/ I/mars::stn: [longlink.cc, RunConnect, 452]:task socket dns ip:172.28.1.37:7910:videocalldev.wahachat.com:DNSIP|172.28.1.37:7910:videocalldev.wahachat.com:BackupIP proxytype:0 useproxy:false 2020-08-09 11:15:19.633 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.634 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.634 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.634 1729-5695/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:15:19.634 1729-5695/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:15:19.640 1729-5695/ I/mars::comm: [local_routetable.cc, get_local_route_table, 20]:popen cmd=ip route list table all 2020-08-09 11:15:19.644 1729-5607/ E/BaseApplication$initMars: cmdnet:status:3 -- linkConnect:3 2020-08-09 11:15:19.644 1729-5607/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 339]:all_connstatus = 3, longlink_connstatus = 3 2020-08-09 11:15:19.644 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:<- operator() +16, 2020-08-09 11:15:19.662 1729-5695/ I/mars::stn: [longlink.cc, RunConnect, 458]:ipstack log:defaultgateway6:failed defaultgateway: failed interface name:wlan0, AF_INET, ip:172.20.41.153 interface name:dummy0, AF_INET6, ip:fe80::4854:b2ff:feea:df9d interface name:rmnet_data0, AF_INET6, ip:fe80::d313:4ea1:a397:75d9 interface name:wlan0, AF_INET6, ip:fe80::a08e:e9ff:fed2:1a87 have_ipv4:1 have_ipv6:0default dev dummy0 table 1003 proto static scope link default via 172.20.40.1 dev wlan0 table 1021 proto static 172.20.40.0/21 dev wlan0 table 1021 proto static scope link 172.20.40.0/21 dev wlan0 proto kernel scope link src 172.20.41.153 broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1 local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1 local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1 broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 broadcast 172.20.40.0 dev wlan0 table local proto kernel scope link src 172.20.41.153 local 172.20.41.153 dev wlan0 table local proto kernel scope host src 172.20.41.153 broadcast 172.20.47.255 dev wlan0 table local proto kernel scope link src 172.20.41.153 fe80::/64 dev dummy0 table 1003 proto kernel metric 256 pref medium default dev dummy0 table 1003 proto static metric 1024 pref medium fe80::/64 dev rmnet_data0 table 1011 proto kernel metric 256 pref medium fe80::/64 dev wlan0 table 1021 proto kernel metric 256 pref medium fe80::/64 dev wlan0 table 1021 proto static metric 1024 pref medium local ::1 dev lo table local proto kernel metric 0 pref medium local fe80::4854:b2ff:feea:df9d dev dummy0 table local proto kernel metric 0 pref medium local fe80::a08e:e9ff:fed2:1a87 dev wlan0 table local proto kernel metric 0 pref medium local fe80::d313:4ea1:a397:75d9 dev rmnet_data0 table local proto kernel metric 0 pref medium ff00::/8 dev dummy0 table local metric 256 pref medium ff00::/8 dev rmnet_data0 table local metric 256 pref medium ff00::/8 dev wlan0 table local metric 256 pref medium , netInfo:"Yalla" 2020-08-09 11:15:19.662 1729-5695/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 469]:_vecaddr size:2, m_timeout:10000, m_interval:4000, m_error_interval:4000, m_max_connect:3, @0x7D679FB0F8 2020-08-09 11:15:19.662 1729-5695/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 475]:complex.conn [::ffff:172.28.1.37]:7910 2020-08-09 11:15:19.662 1729-5695/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 475]:complex.conn [::ffff:172.28.1.37]:7910 2020-08-09 11:15:19.662 1729-5695/ D/mars::comm: [complexconnect.cc, ConnectImpatient, 498]:curtime:1991098807, laststart_connecttime:1991094807, @0x7D679FB0F8 2020-08-09 11:15:19.662 1729-5695/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 519]:next_connect_timeout 0 2020-08-09 11:15:19.662 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.664 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.664 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:19.667 1729-5695/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 555]:index:0, @0x7D679FB0F8, addr:(172.28.1.37:7910), sock:41, connect 2020-08-09 11:15:19.667 1729-5695/ D/mars::comm: [complexconnect.cc, ConnectImpatient, 559]:timeout:4000, @0x7D679FB0F8 2020-08-09 11:15:19.667 1729-5695/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 566]:select timeout 4000 index is 1 2020-08-09 11:15:19.844 1729-5695/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 595]:index:0, @0x7D679FB0F8, sock:41, (172.28.1.37:7910), connected Rtt:181, 2020-08-09 11:15:19.845 1729-5695/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 627]:index:0, sock:41, suc ConnectImpatient:172.28.1.37:7910, RTT:(181, 181), @0x7D679FB0F8 2020-08-09 11:15:19.845 1729-5695/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 663]:retsocket:41, connrtt:181, conntotalrtt:181, totalcost:183, @0x7D679FB0F8 2020-08-09 11:15:19.846 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.847 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.848 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:19.848 1729-5695/ I/mars::stn: [longlink.cc, RunConnect, 552]:task socket connect suc sock:41, host:videocalldev.wahachat.com, ip:172.28.1.37, port:7910, local_ip:172.20.41.153, local_port:37472, iptype:DNSIP, costtime:183, rtt:181, totalcost:181, index:0, net:1 2020-08-09 11:15:19.848 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.849 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.850 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:19.850 1729-5695/ I/mars::stn: [longlink.cc, ConnectStatus, 355]:connect status from:1 to:2, nettype:1 2020-08-09 11:15:19.850 1729-5695/ D/mars::stn: [smart_heartbeat.cc, OnLongLinkEstablished, 77]:-> OnLongLinkEstablished 2020-08-09 11:15:19.850 1729-5695/ I/mars::stn: [smart_heartbeat.cc, LoadINI, 275]:-> LoadINI 2020-08-09 11:15:19.850 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.851 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.851 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:19.851 1729-5695/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:15:19.852 1729-5695/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:15:19.852 1729-5695/ I/mars::stn: [smart_heartbeat.cc, LoadINI, 275]:<- LoadINI +1, 2020-08-09 11:15:19.852 1729-5695/ D/mars::stn: [smart_heartbeat.cc, OnLongLinkEstablished, 77]:<- OnLongLinkEstablished +2, 2020-08-09 11:15:19.852 1729-5607/ D/mars::stn: [net_check_logic.cc, UpdateLongLinkInfo, 118]:shortlink:_continueFailCount=0, _isTaskSucc=1, records=0xfffffffd 2020-08-09 11:15:19.853 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:19.853 1729-5607/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:-> RedoTasks 2020-08-09 11:15:19.853 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 1000 2020-08-09 11:15:19.853 1729-5607/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:<- RedoTasks +0, 2020-08-09 11:15:19.853 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.855 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.855 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:19.855 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:19.855 1729-5695/ I/mars::stn: [alarm.h, Alarm, 57]:handler:(536902470992,108) 2020-08-09 11:15:19.855 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.855 1729-5695/ I/mars::stn: [alarm.h, Alarm, 57]:handler:(536902470992,110) 2020-08-09 11:15:19.856 1729-5695/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 212]:-> operator() 2020-08-09 11:15:19.857 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.857 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:19.857 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:15:19.857 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:15:19.857 1729-5607/ I/mars::stn: [simple_ipport_sort.cc, BanTimes, 373]:flag is 2, ban time is 0 2020-08-09 11:15:19.857 1729-5607/ D/mars::stn: [simple_ipport_sort.cc, UpdateBanFlagAndTime, 363]:ip is 172.28.1.37, success is true , current v6 flag 0 , current v4 flag 10 2020-08-09 11:15:19.857 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, OnLongLinkStatuChanged, 306]:longlink status change: 2 2020-08-09 11:15:19.857 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, OnLongLinkStatuChanged, 312]:cancel auto connect 2020-08-09 11:15:19.858 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.858 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.858 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.858 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:-> LongLinkStateToSystemLog 2020-08-09 11:15:19.859 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:<- LongLinkStateToSystemLog +0, 2020-08-09 11:15:19.859 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.859 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:19.860 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 11:15:19.861 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:19.861 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:19.861 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:19.861 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.861 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.862 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.862 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 11:15:19.862 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.862 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.862 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.862 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.863 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.863 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.863 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.864 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.864 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.864 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.864 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.865 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.865 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.865 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.865 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.865 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 394]:task add into longlink readwrite suc cgi:, cmdid:1, taskid:1, size:10, timeout(firstpkg:12, rw:17, task:40), retry:1, curtime:1991099004, start_send_time:1991072604, 2020-08-09 11:15:19.865 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:-> SingleRespHandle 2020-08-09 11:15:19.866 1729-5607/ I/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 428]:task end callback long cmdid:1, err(0, 0, 0), svr(172.28.1.37:7910, DNSIP, videocalldev.wahachat.com), cli(, , n:"Yalla", sig:0), cost(s:10, r:0, c:181, rw:0), all:26407, retry:1, cgi:, taskid:1, tid:5695 2020-08-09 11:15:19.866 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 11:15:19.866 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 11:15:19.866 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 11:15:19.868 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 11:15:19.868 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +1, 2020-08-09 11:15:19.868 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:<- SingleRespHandle +3, 2020-08-09 11:15:19.869 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.869 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:19.869 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 11:15:19.869 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:19.869 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:19.869 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:19.870 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.872 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.872 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +2, 2020-08-09 11:15:19.872 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +2, 2020-08-09 11:15:19.872 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.873 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.873 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:19.873 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.874 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.874 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.874 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.874 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.874 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.874 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.875 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.875 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.875 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.875 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.875 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.875 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 394]:task add into longlink readwrite suc cgi:, cmdid:1, taskid:2, size:11, timeout(firstpkg:13, rw:18, task:40), retry:1, curtime:1991099004, start_send_time:1991077596, 2020-08-09 11:15:19.875 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:-> SingleRespHandle 2020-08-09 11:15:19.875 1729-5607/ I/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 428]:task end callback long cmdid:1, err(0, 0, 0), svr(172.28.1.37:7910, DNSIP, videocalldev.wahachat.com), cli(, , n:"Yalla", sig:0), cost(s:11, r:0, c:181, rw:0), all:21425, retry:1, cgi:, taskid:2, tid:5695 2020-08-09 11:15:19.876 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 11:15:19.876 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 11:15:19.876 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 11:15:19.877 1728-5215/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 11:15:19.877 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +0, 2020-08-09 11:15:19.877 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:<- SingleRespHandle +1, 2020-08-09 11:15:19.877 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.877 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:19.877 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 11:15:19.878 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:19.878 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:19.878 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:19.878 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.878 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.878 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.878 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 11:15:19.878 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.879 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.879 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.879 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.879 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.879 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.879 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.880 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.880 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.880 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.880 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.880 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.880 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.881 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.881 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.881 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 394]:task add into longlink readwrite suc cgi:, cmdid:1, taskid:3, size:11, timeout(firstpkg:15, rw:20, task:40), retry:1, curtime:1991099004, start_send_time:1991082592, 2020-08-09 11:15:19.881 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:-> SingleRespHandle 2020-08-09 11:15:19.881 1729-5607/ I/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 428]:task end callback long cmdid:1, err(0, 0, 0), svr(172.28.1.37:7910, DNSIP, videocalldev.wahachat.com), cli(, , n:"Yalla", sig:0), cost(s:11, r:0, c:181, rw:0), all:16434, retry:1, cgi:, taskid:3, tid:5695 2020-08-09 11:15:19.881 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 11:15:19.881 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 11:15:19.881 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 11:15:19.882 1728-5215/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 11:15:19.882 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +0, 2020-08-09 11:15:19.882 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:<- SingleRespHandle +1, 2020-08-09 11:15:19.882 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.882 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:19.882 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 11:15:19.882 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:19.882 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:19.882 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:19.882 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.883 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.883 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.883 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 11:15:19.883 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.884 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.884 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.884 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.884 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.884 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.884 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.884 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.884 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.884 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.885 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.885 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.885 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.885 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.885 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.885 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 394]:task add into longlink readwrite suc cgi:, cmdid:10001, taskid:4, size:73, timeout(firstpkg:16, rw:21, task:40), retry:1, curtime:1991099004, start_send_time:1991082656, 2020-08-09 11:15:19.885 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:-> SingleRespHandle 2020-08-09 11:15:19.885 1729-5607/ I/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 428]:task end callback long cmdid:10001, err(0, 0, 0), svr(172.28.1.37:7910, DNSIP, videocalldev.wahachat.com), cli(, , n:"Yalla", sig:0), cost(s:73, r:0, c:181, rw:0), all:16374, retry:1, cgi:, taskid:4, tid:5695 2020-08-09 11:15:19.885 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 11:15:19.886 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 11:15:19.886 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 11:15:19.886 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 11:15:19.887 1729-5695/ E/BaseApplication$initMars: cmd123:A84E7BCC14C20B27A413F3236E68FEDA 2020-08-09 11:15:19.887 1729-5695/ E/BaseApplication$initMars: cmdId:reconnect 2020-08-09 11:15:19.887 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +1, 2020-08-09 11:15:19.887 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:<- SingleRespHandle +2, 2020-08-09 11:15:19.888 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.888 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:19.888 1729-5695/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 212]:<- operator() +31, 2020-08-09 11:15:19.888 1729-5695/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 9 2020-08-09 11:15:19.888 1729-5695/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:15:19.888 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 11:15:19.888 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:19.888 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:19.888 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:19.888 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.889 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.889 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.889 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 11:15:19.889 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.890 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.890 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.890 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.890 1729-5695/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 9, after= 8000, ret= true 2020-08-09 11:15:19.890 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.890 1729-5695/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +2, 2020-08-09 11:15:19.890 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.891 1729-5695/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538609431928, after:8000, seq:9, po.reg.q:536902470992,po.reg.s:0,po.s:112, MQ:536902470992 2020-08-09 11:15:19.891 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:19.891 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 8000 2020-08-09 11:15:19.891 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.892 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:19.892 1729-5695/ V/mars::stn: [smart_heartbeat.cc, OnHeartbeatStart, 70]:-> OnHeartbeatStart 2020-08-09 11:15:19.893 1729-5695/ V/mars::stn: [smart_heartbeat.cc, OnHeartbeatStart, 70]:<- OnHeartbeatStart +0, 2020-08-09 11:15:19.893 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.893 1729-5695/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 10 2020-08-09 11:15:19.893 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:19.893 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.893 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.893 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.893 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.893 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.893 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.893 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 394]:task add into longlink readwrite suc cgi:, cmdid:1, taskid:5, size:11, timeout(firstpkg:18, rw:23, task:40), retry:1, curtime:1991099004, start_send_time:1991087599, 2020-08-09 11:15:19.893 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:-> __SingleRespHandle 2020-08-09 11:15:19.893 1729-5695/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:15:19.893 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
SingleRespHandle, 428]:task end callback long cmdid:1, err(0, 0, 0), svr(172.28.1.37:7910, DNSIP, videocalldev.wahachat.com), cli(, , n:"Yalla", sig:0), cost(s:11, r:0, c:181, rw:0), all:11440, retry:1, cgi:, taskid:5, tid:5695 2020-08-09 11:15:19.893 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 11:15:19.894 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 11:15:19.894 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 11:15:19.894 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 11:15:19.894 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +0, 2020-08-09 11:15:19.894 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:<- SingleRespHandle +1, 2020-08-09 11:15:19.894 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.895 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:19.895 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 11:15:19.895 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:19.895 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:19.895 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:19.895 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.895 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.895 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.895 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 11:15:19.895 1729-5695/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 10, after= 210000, ret= true 2020-08-09 11:15:19.895 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.895 1729-5695/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +2, 2020-08-09 11:15:19.895 1729-5695/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538609432120, after:210000, seq:10, po.reg.q:536902470992,po.reg.s:0,po.s:113, MQ:536902470992 2020-08-09 11:15:19.896 1729-5695/ I/mars::stn: [longlink.cc,
RunReadWrite, 595]:start noop synccheck taskid:4294967294, cmdid:10001, last:(0,0), next:210000 2020-08-09 11:15:19.896 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.896 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.896 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.896 1729-5695/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 11:15:19.896 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.896 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.896 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.896 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.896 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.896 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.897 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.897 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.897 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.897 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.897 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.898 1729-5695/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 10, ret= true 2020-08-09 11:15:19.898 1729-5695/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +1, 2020-08-09 11:15:19.898 1729-5695/ I/mars::comm: [alarm.cc, Cancel, 96]:alarm cancel id:538609432120, seq:10, after:210000 2020-08-09 11:15:19.898 1729-5695/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 11 2020-08-09 11:15:19.898 1729-5695/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:15:19.900 1729-5695/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 11, after= 210000, ret= true 2020-08-09 11:15:19.900 1729-5695/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +1, 2020-08-09 11:15:19.900 1729-5695/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538609432120, after:210000, seq:11, po.reg.q:536902470992,po.reg.s:0,po.s:114, MQ:536902470992 2020-08-09 11:15:19.901 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 11:15:19.901 1729-5695/ I/mars::stn: [longlink.cc, RunReadWrite, 676]:task socket send sock:41, all send:309, count:6, sub send taskid:1, cmdid:1, , len(S:30, 30/30), sub send taskid:2, cmdid:1, , len(S:31, 31/31), sub send taskid:3, cmdid:1, , len(S:31, 31/31), sub send taskid:4, cmdid:10001, , len(S:93, 93/93), sub send taskid:4294967294, cmdid:10001, , len(S:93, 93/93), sub send taskid:5, cmdid:1, , len(S:31, 31/31), 2020-08-09 11:15:19.901 1728-5422/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 11:15:19.901 1728-5422/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 11:15:19.902 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 394]:task add into longlink readwrite suc cgi:, cmdid:1, taskid:6, size:10, timeout(firstpkg:19, rw:24, task:40), retry:1, curtime:1991099004, start_send_time:1991092599, 2020-08-09 11:15:19.902 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:-> SingleRespHandle 2020-08-09 11:15:19.902 1729-5607/ I/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 428]:task end callback long cmdid:1, err(0, 0, 0), svr(172.28.1.37:7910, DNSIP, videocalldev.wahachat.com), cli(, , n:"Yalla", sig:0), cost(s:10, r:0, c:181, rw:0), all:6448, retry:1, cgi:, taskid:6, tid:5695 2020-08-09 11:15:19.902 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 11:15:19.902 1729-5695/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 11:15:19.902 1729-5695/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 11:15:19.903 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 11:15:19.903 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 11:15:19.903 1729-5695/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 11, ret= true 2020-08-09 11:15:19.903 1729-5695/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +0, 2020-08-09 11:15:19.903 1729-5695/ I/mars::comm: [alarm.cc, Cancel, 96]:alarm cancel id:538609432120, seq:11, after:210000 2020-08-09 11:15:19.903 1729-5695/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 12 2020-08-09 11:15:19.903 1729-5695/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:15:19.903 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 11:15:19.903 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +0, 2020-08-09 11:15:19.903 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:<- SingleRespHandle +1, 2020-08-09 11:15:19.903 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:19.903 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:19.903 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 11:15:19.904 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:19.904 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:19.904 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:19.904 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.904 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.904 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.904 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 11:15:19.904 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.904 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.905 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.905 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.905 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.905 1729-5695/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 12, after= 210000, ret= true 2020-08-09 11:15:19.905 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.905 1729-5695/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +2, 2020-08-09 11:15:19.905 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.905 1729-5695/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538609432120, after:210000, seq:12, po.reg.q:536902470992,po.reg.s:0,po.s:121, MQ:536902470992 2020-08-09 11:15:19.905 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.905 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.905 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.906 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.906 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.906 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:19.906 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:19.906 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:19.906 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 11:15:19.906 1729-5695/ I/mars::stn: [longlink.cc,
RunReadWrite, 676]:task socket send sock:41, all send:30, count:1, sub send taskid:6, cmdid:1, , len(S:30, 30/30), 2020-08-09 11:15:19.907 1728-5422/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 11:15:19.907 1728-5422/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 11:15:19.907 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 394]:task add into longlink readwrite suc cgi:, cmdid:1, taskid:7, size:10, timeout(firstpkg:21, rw:26, task:40), retry:1, curtime:1991099004, start_send_time:1991097595, 2020-08-09 11:15:19.907 1729-5607/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 406]:-> SingleRespHandle 2020-08-09 11:15:19.907 1729-5607/ I/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 428]:task end callback long cmdid:1, err(0, 0, 0), svr(172.28.1.37:7910, DNSIP, videocalldev.wahachat.com), cli(, , n:"Yalla", sig:0), cost(s:10, r:0, c:181, rw:0), all:1457, retry:1, cgi:, taskid:7, tid:5695 2020-08-09 11:15:19.907 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 11:15:19.907 1729-5695/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 11:15:19.907 1729-5695/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 11:15:19.908 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 11:15:19.908 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 11:15:19.908 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 11:15:19.908 1729-5695/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 12, ret= true 2020-08-09 11:15:19.908 1729-5695/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +1, 2020-08-09 11:15:19.908 1729-5695/ I/mars::comm: [alarm.cc, Cancel, 96]:alarm cancel id:538609432120, seq:12, after:210000 2020-08-09 11:15:19.908 1729-5695/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 13 2020-08-09 11:15:19.908 1729-5695/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:15:19.909 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +1, 2020-08-09 11:15:19.909 1729-5607/ V/mars::stn: [longlink_task_manager.cc,
SingleRespHandle, 406]:<- SingleRespHandle +2, 2020-08-09 11:15:19.909 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:19.909 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 500 2020-08-09 11:15:19.909 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 11:15:19.909 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:-> OnLongLinkStatuChanged 2020-08-09 11:15:19.909 1729-5695/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 13, after= 210000, ret= true 2020-08-09 11:15:19.909 1729-5695/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +1, 2020-08-09 11:15:19.909 1729-5695/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538609432120, after:210000, seq:13, po.reg.q:536902470992,po.reg.s:0,po.s:123, MQ:536902470992 2020-08-09 11:15:19.910 1729-5607/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 11:15:19.910 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 11:15:19.910 1729-5695/ I/mars::stn: [longlink.cc, RunReadWrite, 676]:task socket send sock:41, all send:30, count:1, sub send taskid:7, cmdid:1, , len(S:30, 30/30), 2020-08-09 11:15:19.910 1728-5422/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 11:15:19.910 1728-5422/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 11:15:19.910 1729-5607/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 7, ret= true 2020-08-09 11:15:19.910 1729-5607/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +0, 2020-08-09 11:15:19.910 1729-5607/ I/mars::comm: [alarm.cc, Cancel, 96]:alarm cancel id:538587628960, seq:7, after:240000 2020-08-09 11:15:19.910 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:<- OnLongLinkStatuChanged +1, 2020-08-09 11:15:19.910 1729-5607/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:-> RedoTasks 2020-08-09 11:15:19.911 1729-5607/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:<- RedoTasks +0, 2020-08-09 11:15:19.911 1729-5607/ I/mars::stn: [net_core.cc, ConnStatusCallBack, 718]:reportNetConnectInfo all_connstatus:4, longlink_connstatus:4 2020-08-09 11:15:19.911 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:-> operator() 2020-08-09 11:15:19.914 1729-5607/ E/BaseApplication$initMars: cmdnet:status:4 -- linkConnect:4 2020-08-09 11:15:19.914 1729-5607/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 339]:all_connstatus = 4, longlink_connstatus = 4 2020-08-09 11:15:19.914 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:<- operator() +3, 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:-> OnSend 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:<- OnSend +0, 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:-> OnSend 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:<- OnSend +0, 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:-> OnSend 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:<- OnSend +0, 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:-> OnSend 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:<- OnSend +0, 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:-> OnSend 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:<- OnSend +0, 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:-> OnSend 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:<- OnSend +0, 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:-> OnSend 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:<- OnSend +0, 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:-> OnSend 2020-08-09 11:15:19.915 1729-5607/ V/mars::stn: [longlink_task_manager.cc, OnSend, 626]:<- OnSend +0, 2020-08-09 11:15:20.058 1729-5695/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 11:15:20.059 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 11:15:20.060 1729-5695/ I/mars::stn: [longlink.cc, RunReadWrite, 765]:task socket recv sock:41, recv len:80, buff len:80 2020-08-09 11:15:20.060 1729-5695/ I/mars::stn: [longlink.cc, RunReadWrite, 784]:task socket recv sock:41, pack recv finish taskid:0, cmdid:1, , packlen:(20/20) 2020-08-09 11:15:20.060 1729-5695/ I/mars::stn: [longlink.cc, RunReadWrite, 784]:task socket recv sock:41, pack recv finish taskid:0, cmdid:1, , packlen:(20/20) 2020-08-09 11:15:20.061 1729-5607/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 545]:task push seq:0, cmdid:1, len:(0, 0) 2020-08-09 11:15:20.061 1728-5422/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 11:15:20.061 1729-5695/ I/mars::stn: [longlink.cc, RunReadWrite, 784]:task socket recv sock:41, pack recv finish taskid:0, cmdid:1, , packlen:(20/20) 2020-08-09 11:15:20.061 1728-5422/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 11:15:20.061 1729-5607/ I/mars::stn: [net_core.cc, OnPush, 567]:task push seq:0, cmdid:1, len:0 2020-08-09 11:15:20.061 1729-5695/ I/mars::stn: [longlink.cc, RunReadWrite, 784]:task socket recv sock:41, pack recv finish taskid:4, cmdid:10001, , packlen:(20/20) 2020-08-09 11:15:20.061 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 11:15:20.062 1729-5607/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 73]:the data.Lenght() < = 0 2020-08-09 11:15:20.062 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 1 2020-08-09 11:15:20.064 1729-5607/ W/System.err: at com.tencent.mars.sample.wrapper.remote.MarsPushMessageFilter$Stub$Proxy.onRecv(MarsPushMessageFilter.java:112) 2020-08-09 11:15:20.064 1729-5607/ W/System.err: at com.tencent.mars.sample.wrapper.service.MarsServiceStub.onPush(MarsServiceStub.java:175) 2020-08-09 11:15:20.064 1729-5607/ W/System.err: at com.tencent.mars.stn.StnLogic.onPush(StnLogic.java:424) 2020-08-09 11:15:20.064 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +2, 2020-08-09 11:15:20.064 1729-5607/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 545]:task push seq:0, cmdid:1, len:(0, 0) 2020-08-09 11:15:20.064 1729-5607/ I/mars::stn: [net_core.cc, __OnPush, 567]:task push seq:0, cmdid:1, len:0 2020-08-09 11:15:20.065 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 11:15:20.065 1729-5607/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 73]:the data.Lenght() < = 0 2020-08-09 11:15:20.065 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 1 2020-08-09 11:15:20.066 1729-5607/ W/System.err: at com.tencent.mars.sample.wrapper.remote.MarsPushMessageFilter$Stub$Proxy.onRecv(MarsPushMessageFilter.java:112) 2020-08-09 11:15:20.066 1729-5607/ W/System.err: at com.tencent.mars.sample.wrapper.service.MarsServiceStub.onPush(MarsServiceStub.java:175) 2020-08-09 11:15:20.066 1729-5607/ W/System.err: at com.tencent.mars.stn.StnLogic.onPush(StnLogic.java:424) 2020-08-09 11:15:20.066 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +1, 2020-08-09 11:15:20.067 1729-5607/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 545]:task push seq:0, cmdid:1, len:(0, 0) 2020-08-09 11:15:20.067 1729-5607/ I/mars::stn: [net_core.cc, OnPush, 567]:task push seq:0, cmdid:1, len:0 2020-08-09 11:15:20.067 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 11:15:20.067 1729-5607/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 73]:the data.Lenght() < = 0 2020-08-09 11:15:20.068 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 1 2020-08-09 11:15:20.068 1729-5607/ W/System.err: at com.tencent.mars.sample.wrapper.remote.MarsPushMessageFilter$Stub$Proxy.onRecv(MarsPushMessageFilter.java:112) 2020-08-09 11:15:20.068 1729-5607/ W/System.err: at com.tencent.mars.sample.wrapper.service.MarsServiceStub.onPush(MarsServiceStub.java:175) 2020-08-09 11:15:20.069 1729-5607/ W/System.err: at com.tencent.mars.stn.StnLogic.onPush(StnLogic.java:424) 2020-08-09 11:15:20.069 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +1, 2020-08-09 11:15:20.069 1729-5607/ W/mars::stn: [longlink_task_manager.cc, OnResponse, 564]:task no found task:4, cmdid:10001, ect:0, errcode:0 2020-08-09 11:15:20.489 1729-5695/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 11:15:20.493 1728-5538/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 11:15:20.494 1728-5422/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 11:15:20.494 1728-5422/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 11:15:20.494 1729-5695/ I/mars::stn: [longlink.cc, RunReadWrite, 765]:task socket recv sock:41, recv len:195, buff len:195 2020-08-09 11:15:20.494 1729-5695/ E/mars::stn: [longlink.cc, RunReadWrite, 777]:task socket recv sock:41, unpack error dump: 2020-08-09 11:15:20.494 1729-5695/ E/mars::stn: [longlink.cc, RunReadWrite, 826]:noop fail timeout, interval:210000 2020-08-09 11:15:20.495 1729-5695/ I/mars::stn: [smart_heartbeat.cc, OnHeartResult, 107]:heart result:false, timeout:false 2020-08-09 11:15:20.495 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:20.496 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:20.496 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:20.496 1729-5695/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:15:20.496 1729-5695/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:15:20.496 1729-5695/ I/mars::stn: [longlink.cc, RunReadWrite, 584]:, net_type:"Yalla"task socket close getsocktcpinfo:tcpi_state=0x1, tcpi_ca_state=0x0, tcpi_retransmits=0x0, tcpi_probes=0x0, tcpi_backoff=0x0, tcpi_options=0x7, tcpi_rto=0x84D00, tcpi_snd_mss=0x562, tcpi_rcv_mss=0x218, tcpi_unacked=0x0, tcpi_sacked=0x0, tcpi_lost=0x0, tcpi_retrans=0x0, tcpi_fackets=0x0, tcpi_last_data_sent=0x250, tcpi_last_ack_sent=0x0, tcpi_last_data_recv=0x8, tcpi_last_ack_recv=0x8, tcpi_pmtu=0x5DC, tcpi_rcv_ssthresh=0x1042F, tcpi_rtt=0x2BFCF, tcpi_rttvar=0xE7E0, tcpi_snd_ssthresh=0x578, tcpi_snd_cwnd=0xA, tcpi_advmss=0x56C, tcpi_reordering=0x3, tcpi_rcv_rtt=0x0, tcpi_rcv_space=0x3638, tcpi_total_retrans=0x 2020-08-09 11:15:20.496 1729-5695/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 11:15:20.499 1729-5695/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 9, ret= true 2020-08-09 11:15:20.499 1729-5695/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +2, 2020-08-09 11:15:20.499 1729-5695/ I/mars::comm: [alarm.cc, Cancel, 96]:alarm cancel id:538609431928, seq:9, after:8000 2020-08-09 11:15:20.499 1729-5695/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 11:15:20.501 1729-5695/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 13, ret= true 2020-08-09 11:15:20.501 1729-5695/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +2, 2020-08-09 11:15:20.501 1729-5695/ I/mars::comm: [alarm.cc, Cancel, 96]:alarm cancel id:538609432120, seq:13, after:210000 2020-08-09 11:15:20.502 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:20.502 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:20.502 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:20.502 1729-5695/ V/mars::comm: [platform_comm.cc, getSignal, 387]:-> getSignal 2020-08-09 11:15:20.504 1729-5695/ V/mars::comm: [platform_comm.cc, getSignal, 397]:Signal Strength= 90, wifi:true 2020-08-09 11:15:20.504 1729-5695/ V/mars::comm: [platform_comm.cc, getSignal, 387]:<- getSignal +1, 2020-08-09 11:15:20.504 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:20.505 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:20.505 1729-5695/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:20.505 1729-5695/ I/mars::stn: [longlink.cc, ConnectStatus, 355]:connect status from:2 to:3, nettype:1 2020-08-09 11:15:20.505 1729-5695/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 84]:-> OnLongLinkDisconnect 2020-08-09 11:15:20.505 1729-5695/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 90]:"Yalla" not stable last heart:210000 2020-08-09 11:15:20.505 1729-5695/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 84]:<- OnLongLinkDisconnect +0, 2020-08-09 11:15:20.505 1729-5695/ I/mars::stn: [longlink.cc, Run, 427]:longlink lifetime:659 2020-08-09 11:15:20.505 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, OnLongLinkStatuChanged, 306]:longlink status change: 3 2020-08-09 11:15:20.505 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:20.506 1729-5607/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 14 2020-08-09 11:15:20.506 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 1000 2020-08-09 11:15:20.506 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:15:20.507 1729-5695/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:20.507 1729-5695/ I/mars::stn: [longlink.cc, Run, 388]:<- Run +895, 2020-08-09 11:15:20.513 1729-5607/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 14, after= 500, ret= true 2020-08-09 11:15:20.513 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +6, 2020-08-09 11:15:20.513 1729-5607/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538434564664, after:500, seq:14, po.reg.q:536902470992,po.reg.s:0,po.s:133, MQ:536902470992 2020-08-09 11:15:20.513 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:20.514 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:20.514 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:20.515 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:-> LongLinkStateToSystemLog 2020-08-09 11:15:20.515 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 94]:<- LongLinkStateToSystemLog +0, 2020-08-09 11:15:20.515 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:-> OnLongLinkStatuChanged 2020-08-09 11:15:20.515 1729-5607/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAccountInfo, 72]:-> GetAccountInfo 2020-08-09 11:15:20.515 1729-5607/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAccountInfo, 72]:<- GetAccountInfo +0, 2020-08-09 11:15:20.515 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:20.516 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:20.516 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:20.516 1729-5607/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 15 2020-08-09 11:15:20.517 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:15:20.519 1729-5607/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 15, after= 240000, ret= true 2020-08-09 11:15:20.519 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +2, 2020-08-09 11:15:20.519 1729-5607/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538587628960, after:240000, seq:15, po.reg.q:536902470992,po.reg.s:0,po.s:134, MQ:536902470992 2020-08-09 11:15:20.519 1729-5607/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 104]:<- OnLongLinkStatuChanged +4, 2020-08-09 11:15:20.520 1729-5607/ W/mars::stn: [longlink_task_manager.cc, __OnResponse, 555]:task error, taskid:0, cmdid:0, error_type:6, error_code:-10504 2020-08-09 11:15:20.520 1729-5607/ I/mars::stn: [longlink.cc, Disconnect, 251]:_scene:10007 2020-08-09 11:15:20.520 1729-5607/ I/mars::stn: [longlink.cc, Disconnect, 251]:_scene:10008 2020-08-09 11:15:20.520 1729-5607/ D/mars::stn: [net_check_logic.cc, UpdateLongLinkInfo, 118]:shortlink:_continueFailCount=0, _isTaskSucc=0, records=0xfffffffa 2020-08-09 11:15:20.520 1729-5607/ I/mars::stn: [net_source.cc, ReportLongIP, 239]:_is_success=false, ip=172.28.1.37, port=7910 2020-08-09 11:15:20.520 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:20.521 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:20.521 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:20.521 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:20.522 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:20.522 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:20.522 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 11:15:20.522 1729-5607/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 11:15:20.522 1729-5607/ I/mars::stn: [simple_ipport_sort.cc, BanTimes, 373]:flag is 5, ban time is 1 2020-08-09 11:15:20.522 1729-5607/ D/mars::stn: [simple_ipport_sort.cc, UpdateBanFlagAndTime, 363]:ip is 172.28.1.37, success is false , current v6 flag 0 , current v4 flag 101 2020-08-09 11:15:20.612 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:20.613 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 500 2020-08-09 11:15:20.616 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 11:15:21.007 1729-5607/ I/mars::comm: [alarm.cc, OnAlarm, 145]:OnAlarm id:538434564664, seq:14, elapsed:501, after:500, miss:1, android alarm:false, MQ:536902470992runing 2020-08-09 11:15:21.008 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, __IntervalConnect, 244]:next connect interval: 300000, posttime: 1387, buffer: 0, _type: 1 2020-08-09 11:15:21.008 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, AutoIntervalConnect, 264]:start auto connect after:298613 2020-08-09 11:15:21.009 1729-5607/ I/mars::comm: [alarm.cc, Start, 43]:alarm sg_seq is 16 2020-08-09 11:15:21.009 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 11:15:21.014 1729-5607/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 16, after= 298613, ret= true 2020-08-09 11:15:21.015 1729-5607/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +5, 2020-08-09 11:15:21.015 1729-5607/ I/mars::comm: [alarm.cc, Start, 70]:alarm id:538434564664, after:298613, seq:16, po.reg.q:536902470992,po.reg.s:0,po.s:137, MQ:536902470992 2020-08-09 11:15:23.455 1728-5477/ E/MainActivity$startMarsTask: cmdHeartLoginMars 2020-08-09 11:15:23.455 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 11:15:23.459 1728-1728/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 11:15:23.461 1729-5446/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 8 2020-08-09 11:15:23.462 1729-5446/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 11:15:23.463 1729-5446/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 11:15:23.463 1729-5446/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 11:15:23.463 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:23.464 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:23.465 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 11:15:23.465 1729-5607/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:8, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 11:15:23.465 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:-> StartTask 2020-08-09 11:15:23.465 1729-5607/ D/mars::stn: [longlink_task_manager.cc, StartTask, 88]:taskid=8 2020-08-09 11:15:23.466 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:23.466 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:23.468 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +2, 2020-08-09 11:15:23.468 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:23.468 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:23.468 1729-5607/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B17B810, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 11:15:23.468 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:23.468 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:23.469 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:23.469 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:23.469 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 11:15:23.469 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, __IntervalConnect, 244]:next connect interval: 30000, posttime: 3848, buffer: 0, _type: 0 2020-08-09 11:15:23.469 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:23.469 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:23.471 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:23.471 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:<- StartTask +5, 2020-08-09 11:15:23.471 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:-> HasTask 2020-08-09 11:15:23.471 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:<- HasTask +0, 2020-08-09 11:15:23.471 1729-5446/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +8, 2020-08-09 11:15:23.472 1729-5446/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 8 2020-08-09 11:15:23.524 1728-5421/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=10001; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 11:15:23.526 1729-5446/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 9 2020-08-09 11:15:23.527 1729-5446/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 11:15:23.527 1729-5446/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 11:15:23.527 1729-5446/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 11:15:23.528 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:23.530 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:23.530 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +2, 2020-08-09 11:15:23.530 1729-5607/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:9, cmdid:10001, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:10001, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 11:15:23.530 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:-> StartTask 2020-08-09 11:15:23.530 1729-5607/ D/mars::stn: [longlink_task_manager.cc, StartTask, 88]:taskid=9 2020-08-09 11:15:23.531 1729-5607/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:23.531 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 244]:next connect interval: 30000, posttime: 3910, buffer: 0, _type: 0 2020-08-09 11:15:23.531 1729-5607/ I/mars::stn: [longlink_task_manager.cc, __RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:23.531 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 11:15:23.534 1729-5607/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +2, 2020-08-09 11:15:23.534 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 11:15:23.534 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 11:15:23.534 1729-5607/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 11:15:23.534 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 11:15:23.535 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 11:15:23.535 1729-5607/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 11:15:23.535 1729-5607/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 11:15:23.535 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 3914, buffer: 0, _type: 0 2020-08-09 11:15:23.535 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:23.535 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:23.536 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 11:15:23.536 1729-5607/ V/mars::stn: [longlink_task_manager.cc, StartTask, 87]:<- StartTask +5, 2020-08-09 11:15:23.536 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:-> HasTask 2020-08-09 11:15:23.536 1729-5607/ V/mars::stn: [longlink_task_manager.cc, HasTask, 122]:<- HasTask +0, 2020-08-09 11:15:23.537 1729-5446/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 260]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +9, 2020-08-09 11:15:23.538 1729-5446/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 9 2020-08-09 11:15:24.471 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:24.472 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 4851, buffer: 0, _type: 0 2020-08-09 11:15:24.472 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:24.473 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 4852, buffer: 0, _type: 0 2020-08-09 11:15:24.473 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:24.473 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:24.476 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:25.477 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:25.478 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 5857, buffer: 0, _type: 0 2020-08-09 11:15:25.478 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:25.478 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 5857, buffer: 0, _type: 0 2020-08-09 11:15:25.478 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:25.478 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:25.481 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 11:15:25.524 1729-1729/ I/mars::comm: [alarm.cc, onAlarmImpl, 197]:onAlarm id:14, MQ:536902470992 2020-08-09 11:15:25.525 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:25.525 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3B46, _timeout= 1000 2020-08-09 11:15:25.526 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:25.526 1729-1729/ I/mars::comm: [alarm.cc, StartWakeLock, 191]:StartWakeLock 2020-08-09 11:15:25.527 1729-1729/ I/mars::comm: [alarm.cc, onAlarmImpl, 197]:onAlarm id:14, MQ:536902470992 2020-08-09 11:15:25.527 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:25.527 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3B46, _timeout= 1000 2020-08-09 11:15:25.528 1729-1729/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 11:15:25.528 1729-1729/ I/mars::comm: [alarm.cc, StartWakeLock, 191]:StartWakeLock 2020-08-09 11:15:26.482 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:26.483 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 6862, buffer: 0, _type: 0 2020-08-09 11:15:26.483 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:26.483 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 6862, buffer: 0, _type: 0 2020-08-09 11:15:26.483 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:26.484 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:26.487 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 11:15:27.488 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:27.489 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 7868, buffer: 0, _type: 0 2020-08-09 11:15:27.489 1729-5607/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 311]:host ip to callback is
2020-08-09 11:15:27.489 1729-5607/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 244]:next connect interval: 30000, posttime: 7869, buffer: 0, _type: 0 2020-08-09 11:15:27.490 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 11:15:27.490 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 11:15:27.492 1729-5607/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2,

GkvJwa commented 4 years ago

2020-08-09 11:14:50.183 1728-5215/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 11:14:50.184 1729-5613/ I/mars::stn: [longlink.cc, RunReadWrite, 765]:task socket recv sock:67, recv len:175, buff len:175 2020-08-09 11:14:50.184 1729-5613/ E/mars::stn: [longlink.cc, RunReadWrite, 777]:task socket recv sock:67, unpack error dump: and 2020-08-09 11:15:20.494 1729-5695/ E/mars::stn: [longlink.cc, RunReadWrite, 777]:task socket recv sock:41, unpack error dump: 2020-08-09 11:15:20.494 1729-5695/ E/mars::stn: [longlink.cc, RunReadWrite, 826]:noop fail timeout, interval:210000 看起来 就是 unpack 包的时候有问题 你应该去check 一下之前版本包头和新版本包头的是否有区别 以及 注意新版本和旧版本 pack 和 unpack函数 还有好像server 并未回心跳?

Nextweekends commented 4 years ago

2020-08-09 11:14:50.183 1728-5215/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 11:14:50.184 1729-5613/ I/mars::stn: [longlink.cc, RunReadWrite, 765]:task socket recv sock:67, recv len:175, buff len:175 2020-08-09 11:14:50.184 1729-5613/ E/mars::stn: [longlink.cc, RunReadWrite, 777]:task socket recv sock:67, unpack error dump: and 2020-08-09 11:15:20.494 1729-5695/ E/mars::stn: [longlink.cc, RunReadWrite, 777]:task socket recv sock:41, unpack error dump: 2020-08-09 11:15:20.494 1729-5695/ E/mars::stn: [longlink.cc, RunReadWrite, 826]:noop fail timeout, interval:210000 看起来 就是 unpack 包的时候有问题 你应该去check 一下之前版本包头和新版本包头的是否有区别 以及 注意新版本和旧版本 pack 和 unpack函数 还有好像server 并未回心跳?

旧版本的源码 无法找到,无法知道编译的是哪个分支下的代码了,但是并没有改写过C++层的代码,server 没有心跳可能是因为在getLongLinkIdentifyCheckBuffer 回调中去尝试登录失败

GkvJwa commented 4 years ago

仔细一点 xlog文件头部就有: get mmap time: 0 MARS_URL: MARS_PATH: MARS_REVISION: // 你所使用 MARS_BUILD_TIME:

另你可以将你所使用的 mars\mars\libraries\mars_android_sdk\jni 与 mars\mars\stn\proto下的 longlink_packer.cc进行对比

需要注意的地方:mars 的 longlink 对于心跳包 如果server不回心跳 就导致 mars 会认为 timeout 并 close socket 进行 重连 包括其他包 发包就需要回包 // mars会根据 taskid(seq)进行判断

Nextweekends commented 4 years ago

已经设置sendOnly = true

2020-08-09 16:00:36.614 15917-20046/ I/mars::comm: [alarm.cc, Cancel, 95]:alarm cancel id:538587628960, seq:2, after:240000 2020-08-09 16:00:36.614 15917-20046/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 96]:<- OnLongLinkStatuChanged +0, 2020-08-09 16:00:36.614 15917-20046/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:-> RedoTasks 2020-08-09 16:00:36.614 15917-20046/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:<- RedoTasks +0, 2020-08-09 16:00:36.614 15917-20046/ I/mars::stn: [net_core.cc, ConnStatusCallBack, 718]:reportNetConnectInfo all_connstatus:4, longlink_connstatus:4 2020-08-09 16:00:36.614 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:-> operator() 2020-08-09 16:00:36.619 15917-20046/ E/BaseApplication$initMars: cmdnet:status:4 -- linkConnect:4 2020-08-09 16:00:36.619 15917-20046/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 339]:all_connstatus = 4, longlink_connstatus = 4 2020-08-09 16:00:36.619 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:<- operator() +4, 2020-08-09 16:00:36.622 15917-20050/ E/BaseApplication$initMars: cmd123:E496C3C380DB229123CEF116A63F80F3 2020-08-09 16:00:36.622 15917-20050/ E/BaseApplication$initMars: cmdId:reconnect 2020-08-09 16:00:36.673 15917-20050/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:00:36.674 15917-20050/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 3, after= 8000, ret= true 2020-08-09 16:00:36.674 15917-20050/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +0, 2020-08-09 16:00:36.674 15917-20050/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:536848954760, after:8000, seq:3, po.reg.q:536902446416,po.reg.s:0,po.s:35, MQ:536902446416 2020-08-09 16:00:36.674 15917-20050/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:36.674 15917-20050/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 8000 2020-08-09 16:00:36.674 15917-20050/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:00:36.675 15917-20050/ V/mars::stn: [smart_heartbeat.cc, OnHeartbeatStart, 70]:-> OnHeartbeatStart 2020-08-09 16:00:36.675 15917-20050/ V/mars::stn: [smart_heartbeat.cc, OnHeartbeatStart, 70]:<- OnHeartbeatStart +0, 2020-08-09 16:00:36.675 15917-20050/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:00:36.675 15917-20050/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 4, after= 210000, ret= true 2020-08-09 16:00:36.675 15917-20050/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +0, 2020-08-09 16:00:36.675 15917-20050/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:536848954944, after:210000, seq:4, po.reg.q:536902446416,po.reg.s:0,po.s:36, MQ:536902446416 2020-08-09 16:00:36.675 15917-20050/ I/mars::stn: [longlink.cc, RunReadWrite, 582]:start noop synccheck taskid:4294967294, cmdid:10001, last:(0,0), next:210000 2020-08-09 16:00:36.675 15917-20050/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 16:00:36.676 15917-20050/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 4, ret= true 2020-08-09 16:00:36.676 15917-20050/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +0, 2020-08-09 16:00:36.676 15917-20050/ I/mars::comm: [alarm.cc, Cancel, 95]:alarm cancel id:536848954944, seq:4, after:210000 2020-08-09 16:00:36.676 15917-20050/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:00:36.677 15917-20050/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 5, after= 210000, ret= true 2020-08-09 16:00:36.677 15917-20050/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +0, 2020-08-09 16:00:36.677 15917-20050/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:536848954944, after:210000, seq:5, po.reg.q:536902446416,po.reg.s:0,po.s:37, MQ:536902446416 2020-08-09 16:00:36.678 15915-19771/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:00:36.678 15917-20050/ I/mars::stn: [longlink.cc, RunReadWrite, 663]:task socket send sock:67, all send:93, count:1, sub send taskid:4294967294, cmdid:10001, , len(S:93, 93/93), 2020-08-09 16:00:36.678 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:-> OnSend 2020-08-09 16:00:36.678 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:00:36.678 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:00:36.678 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:<- OnSend +0, 2020-08-09 16:00:36.928 15917-20050/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:00:36.929 15915-19771/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:00:36.929 15917-20050/ I/mars::stn: [longlink.cc, RunReadWrite, 752]:task socket recv sock:67, recv len:20, buff len:20 2020-08-09 16:00:36.929 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:00:36.929 15917-20050/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:67, pack recv finish taskid:4294967294, cmdid:10001, , packlen:(20/20) 2020-08-09 16:00:36.929 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:00:36.929 15917-20050/ I/mars::stn: [longlink.cc, NoopResp, 306]:end noop synccheck 2020-08-09 16:00:36.929 15917-20050/ I/mars::stn: [longlink_identify_checker.cc, OnIdentifyResp, 79]:identifycheck(synccheck) resp 2020-08-09 16:00:36.929 15917-20050/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 282]:-> operator() 2020-08-09 16:00:36.929 15917-20050/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 294]:the respbuffer.Lenght() < = 0 2020-08-09 16:00:36.929 15917-20050/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 301]:the hashCodeBuffer.Lenght() < = 0 2020-08-09 16:00:36.930 15917-20050/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 282]:<- operator() +0, 2020-08-09 16:00:36.930 15917-20050/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 16:00:36.930 15917-20046/ D/mars::stn: [net_check_logic.cc, UpdateLongLinkInfo, 118]:shortlink:_continueFailCount=0, _isTaskSucc=1, records=0xffffffff 2020-08-09 16:00:36.930 15917-20046/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:-> RedoTasks 2020-08-09 16:00:36.930 15917-20046/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:<- RedoTasks +0, 2020-08-09 16:00:36.930 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:36.930 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:36.930 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:36.930 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:36.930 15917-20050/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 3, ret= true 2020-08-09 16:00:36.931 15917-20050/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +0, 2020-08-09 16:00:36.931 15917-20050/ I/mars::comm: [alarm.cc, Cancel, 95]:alarm cancel id:536848954760, seq:3, after:8000 2020-08-09 16:00:36.931 15917-20050/ I/mars::stn: [smart_heartbeat.cc, OnHeartResult, 107]:heart result:true, timeout:false 2020-08-09 16:00:36.931 15917-20050/ I/mars::stn: [longlink.cc, NoopResp, 324]:noop succ, interval:210000 2020-08-09 16:00:36.931 15917-20050/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:36.931 15917-20050/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 500 2020-08-09 16:00:36.931 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:36.931 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:36.931 15917-20046/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 16:00:36.931 15917-20046/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 16:00:36.931 15917-20050/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:00:36.995 15917-20050/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:00:36.996 15915-19771/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:00:36.996 15917-20050/ I/mars::stn: [longlink.cc, RunReadWrite, 752]:task socket recv sock:67, recv len:191, buff len:191 2020-08-09 16:00:36.997 15917-20050/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:67, pack recv finish taskid:0, cmdid:39000, , packlen:(27/27) 2020-08-09 16:00:36.997 15917-20050/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:67, pack recv finish taskid:0, cmdid:20001, , packlen:(164/164) 2020-08-09 16:00:36.997 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:00:36.997 15917-20046/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 543]:task push seq:0, cmdid:39000, len:(7, 0) 2020-08-09 16:00:36.997 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:00:36.997 15917-20046/ I/mars::stn: [net_core.cc, OnPush, 567]:task push seq:0, cmdid:39000, len:7 2020-08-09 16:00:36.997 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 16:00:36.997 15915-19771/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 39000 2020-08-09 16:00:36.998 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +0, 2020-08-09 16:00:36.998 15917-20046/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 543]:task push seq:0, cmdid:20001, len:(144, 0) 2020-08-09 16:00:36.998 15917-20046/ I/mars::stn: [net_core.cc, OnPush, 567]:task push seq:0, cmdid:20001, len:144 2020-08-09 16:00:36.998 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 16:00:36.998 15915-19771/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 20001 2020-08-09 16:00:36.998 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +0, 2020-08-09 16:00:40.721 15915-15915/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 16:00:40.722 15915-19930/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 16:00:40.726 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 1 2020-08-09 16:00:40.726 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 16:00:40.727 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 16:00:40.727 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:40.727 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 16:00:40.728 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:40.728 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:40.728 15917-20046/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:1, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 16:00:40.728 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:-> StartTask 2020-08-09 16:00:40.728 15917-20046/ D/mars::stn: [longlink_task_manager.cc, StartTask, 86]:taskid=1 2020-08-09 16:00:40.728 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:40.728 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 16:00:40.729 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 16:00:40.729 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 16:00:40.729 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 16:00:40.729 15917-20046/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B174E10, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 16:00:40.729 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 16:00:40.729 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:40.730 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:40.730 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:40.730 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 16:00:40.730 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:40.730 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:40.730 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:40.730 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:40.731 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:40.731 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:40.731 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:40.731 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:40.731 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:40.731 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:40.731 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:40.731 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:40.731 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:40.732 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:40.732 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:40.732 15917-20050/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:00:40.732 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 392]:task add into longlink readwrite suc cgi:, cmdid:1, taskid:1, size:11, timeout(firstpkg:12, rw:17, task:40), retry:1, curtime:2008219874, start_send_time:2008219873, 2020-08-09 16:00:40.732 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:-> SingleRespHandle 2020-08-09 16:00:40.735 15917-20046/ I/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 426]:task end callback long cmdid:1, err(0, 0, 0), svr(47.114.195.44:7910, DNSIP, videocalltest.wahachat.com), cli(, 172.20.41.153, n:"Yalla", sig:0), cost(s:11, r:0, c:10, rw:0), all:7, retry:1, cgi:, taskid:1, tid:20050 2020-08-09 16:00:40.735 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 16:00:40.735 15917-20050/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 16:00:40.735 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 16:00:40.735 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 16:00:40.736 15915-19771/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 16:00:40.736 15917-20050/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 5, ret= true 2020-08-09 16:00:40.736 15917-20050/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +1, 2020-08-09 16:00:40.736 15917-20050/ I/mars::comm: [alarm.cc, Cancel, 95]:alarm cancel id:536848954944, seq:5, after:210000 2020-08-09 16:00:40.736 15917-20050/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:00:40.738 15917-20050/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 6, after= 210000, ret= true 2020-08-09 16:00:40.738 15917-20050/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +1, 2020-08-09 16:00:40.738 15917-20050/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:536848954944, after:210000, seq:6, po.reg.q:536902446416,po.reg.s:0,po.s:44, MQ:536902446416 2020-08-09 16:00:40.738 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +3, 2020-08-09 16:00:40.739 15915-19771/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:00:40.739 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:<- SingleRespHandle +6, 2020-08-09 16:00:40.739 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:40.739 15917-20050/ I/mars::stn: [longlink.cc,
RunReadWrite, 663]:task socket send sock:67, all send:31, count:1, sub send taskid:1, cmdid:1, , len(S:31, 31/31), 2020-08-09 16:00:40.739 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:00:40.739 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:00:40.739 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 500 2020-08-09 16:00:40.740 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:00:40.740 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:<- StartTask +11, 2020-08-09 16:00:40.740 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:-> HasTask 2020-08-09 16:00:40.741 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:<- HasTask +0, 2020-08-09 16:00:40.741 15917-20046/ V/mars::stn: [zombie_task_manager.cc, HasTask, 95]:-> HasTask 2020-08-09 16:00:40.741 15917-20046/ V/mars::stn: [zombie_task_manager.cc, HasTask, 95]:<- HasTask +0, 2020-08-09 16:00:40.741 15917-20046/ V/mars::stn: [shortlink_task_manager.cc, HasTask, 119]:-> HasTask 2020-08-09 16:00:40.741 15917-20046/ V/mars::stn: [shortlink_task_manager.cc, HasTask, 119]:<- HasTask +0, 2020-08-09 16:00:40.741 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +14, 2020-08-09 16:00:40.741 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:-> OnSend 2020-08-09 16:00:40.742 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:<- OnSend +0, 2020-08-09 16:00:40.742 15917-19947/ E/Mars.Sample.MarsServiceStub: [, , 0]:stn task start failed with id 1 2020-08-09 16:00:40.909 15917-20050/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:00:40.912 15915-19771/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:00:40.913 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:00:40.913 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:00:40.914 15917-20050/ I/mars::stn: [longlink.cc, RunReadWrite, 752]:task socket recv sock:67, recv len:24, buff len:24 2020-08-09 16:00:40.914 15917-20050/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:67, pack recv finish taskid:0, cmdid:1, , packlen:(24/24) 2020-08-09 16:00:40.914 15917-20046/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 543]:task push seq:0, cmdid:1, len:(4, 0) 2020-08-09 16:00:40.914 15917-20046/ I/mars::stn: [net_core.cc, __OnPush, 567]:task push seq:0, cmdid:1, len:4 2020-08-09 16:00:40.914 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 16:00:40.916 15915-19771/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 1 2020-08-09 16:00:40.916 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +1, 2020-08-09 16:00:41.139 15917-20050/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:00:41.139 15917-20050/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:41.140 15917-20050/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:41.140 15917-20050/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:41.140 15917-20050/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 16:00:41.140 15917-20050/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 16:00:41.140 15917-20050/ E/mars::stn: [longlink.cc, RunReadWrite, 571]:task socket close sock:67, excptoin:103(Software caused connection abort), nread:0, nwrite:0, net_type:"Yalla"task socket close getsocktcpinfo:tcpi_state=0x7, tcpi_ca_state=0x0, tcpi_retransmits=0x0, tcpi_probes=0x0, tcpi_backoff=0x0, tcpi_options=0x7, tcpi_rto=0x34BC0, tcpi_snd_mss=0x56C, tcpi_rcv_mss=0x218, tcpi_unacked=0x0, tcpi_sacked=0x0, tcpi_lost=0x0, tcpi_retrans=0x0, tcpi_fackets=0x0, tcpi_last_data_sent=0x198, tcpi_last_ack_sent=0x0, tcpi_last_data_recv=0xE8, tcpi_last_ack_recv=0x17C, tcpi_pmtu=0x5DC, tcpi_rcv_ssthresh=0x1042F, tcpi_rtt=0x3116, tcpi_rttvar=0x1D65, tcpi_snd_ssthresh=0x578, tcpi_snd_cwnd=0xA, tcpi_advmss=0x56C, tcpi_reordering=0x3, tcpi_rcv_rtt=0x0, tcpi_rcv_space=0x3638, tcpi_total_retrans=0x 2020-08-09 16:00:41.140 15917-20050/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 16:00:41.154 15917-20050/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 6, ret= true 2020-08-09 16:00:41.154 15917-20050/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +14, 2020-08-09 16:00:41.154 15917-20050/ I/mars::comm: [alarm.cc, Cancel, 95]:alarm cancel id:536848954944, seq:6, after:210000 2020-08-09 16:00:41.154 15917-20050/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:41.155 15917-20050/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:41.155 15917-20050/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:41.155 15917-20050/ V/mars::comm: [platform_comm.cc, getSignal, 387]:-> getSignal 2020-08-09 16:00:41.155 15917-20050/ V/mars::comm: [platform_comm.cc, getSignal, 397]:Signal Strength= 0, wifi:true 2020-08-09 16:00:41.155 15917-20050/ V/mars::comm: [platform_comm.cc, getSignal, 387]:<- getSignal +0, 2020-08-09 16:00:41.155 15917-20050/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:41.155 15917-20050/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:00:41.155 15917-20050/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:41.155 15917-20050/ I/mars::stn: [longlink.cc, ConnectStatus, 350]:connect status from:2 to:3, nettype:1 2020-08-09 16:00:41.155 15917-20050/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 84]:-> OnLongLinkDisconnect 2020-08-09 16:00:41.155 15917-20050/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 90]:"Yalla" not stable last heart:210000 2020-08-09 16:00:41.155 15917-20050/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 84]:<- OnLongLinkDisconnect +0, 2020-08-09 16:00:41.156 15917-20050/ I/mars::stn: [longlink.cc, Run, 419]:longlink lifetime:4546 2020-08-09 16:00:41.156 15917-20050/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:41.156 15917-20050/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 1000 2020-08-09 16:00:41.156 15917-20046/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:00:41.156 15917-20050/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:00:41.156 15917-20050/ I/mars::stn: [longlink.cc, Run, 380]:<- Run +4582, 2020-08-09 16:00:41.160 16843-19630/? I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 118]:longlink_progress longlink state: disconnect reason Try again, disconnected time: 2008220305 2020-08-09 16:00:41.163 15917-20046/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 7, after= 500, ret= true 2020-08-09 16:00:41.163 15917-20046/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +7, 2020-08-09 16:00:41.163 15917-20046/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:538434589240, after:500, seq:7, po.reg.q:536902446416,po.reg.s:0,po.s:51, MQ:536902446416 2020-08-09 16:00:41.163 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:41.163 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:00:41.163 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:41.163 15917-20046/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 96]:-> OnLongLinkStatuChanged 2020-08-09 16:00:41.163 15917-20046/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAccountInfo, 72]:-> GetAccountInfo 2020-08-09 16:00:41.163 15917-20046/ V/mars::app: [com_tencent_mars_app_AppLogic_C2Java.cc, GetAccountInfo, 72]:<- GetAccountInfo +0, 2020-08-09 16:00:41.163 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:41.163 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:00:41.163 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:41.164 15917-20046/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:00:41.166 15917-20046/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 8, after= 720000, ret= true 2020-08-09 16:00:41.166 15917-20046/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +2, 2020-08-09 16:00:41.169 15917-20046/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:538587628960, after:720000, seq:8, po.reg.q:536902446416,po.reg.s:0,po.s:52, MQ:536902446416 2020-08-09 16:00:41.169 15917-20046/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 96]:<- OnLongLinkStatuChanged +5, 2020-08-09 16:00:41.169 15917-20046/ W/mars::stn: [longlink_task_manager.cc, __OnResponse, 553]:task error, taskid:0, cmdid:0, error_type:4, error_code:103 2020-08-09 16:00:41.169 15917-20046/ D/mars::stn: [net_check_logic.cc, UpdateLongLinkInfo, 118]:shortlink:_continueFailCount=0, _isTaskSucc=0, records=0xfffffffe 2020-08-09 16:00:41.169 15917-20046/ I/mars::stn: [net_source.cc, ReportLongIP, 239]:_is_success=false, ip=47.114.195.44, port=7910 2020-08-09 16:00:41.169 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:41.169 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:00:41.170 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:41.189 16843-16843/? W/mars::19630: type=1400 audit(0.0:194638): avc: denied { read } for name="route" dev="proc" ino=4026532255 scontext=u:r:untrusted_app_27:s0:c150,c257,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 2020-08-09 16:00:41.324 16843-19630/? I/mars::stn: [longlink_connect_monitor.cc, NetworkChange, 235]:longlink_progress network change time: 2008220470 2020-08-09 16:00:41.325 16843-19630/? I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 248]:longlink_progress next connect interval: 0, process active state: false, process foreground: false 2020-08-09 16:00:41.334 16843-19630/? I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 118]:longlink_progress longlink state: connecting time: 2008220479 2020-08-09 16:00:41.341 16843-16843/? W/mars::20131: type=1400 audit(0.0:194639): avc: denied { read } for name="route" dev="proc" ino=4026532255 scontext=u:r:untrusted_app_27:s0:c150,c257,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 2020-08-09 16:00:41.657 15917-20046/ I/mars::comm: [alarm.cc, OnAlarm, 144]:OnAlarm id:538434589240, seq:7, elapsed:501, after:500, miss:1, android alarm:false, MQ:536902446416runing 2020-08-09 16:00:41.657 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc, __AutoIntervalConnect, 189]:start auto connect after:294919 2020-08-09 16:00:41.658 15917-20046/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:00:41.661 15917-20046/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 9, after= 294919, ret= true 2020-08-09 16:00:41.661 15917-20046/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +3, 2020-08-09 16:00:41.661 15917-20046/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:538434589240, after:294919, seq:9, po.reg.q:536902446416,po.reg.s:0,po.s:55, MQ:536902446416 2020-08-09 16:00:41.667 15917-15917/ I/mars::comm: [alarm.cc, onAlarmImpl, 188]:onAlarm id:7, MQ:536902446416 2020-08-09 16:00:41.667 15917-15917/ I/mars::comm: [alarm.cc, onAlarmImpl, 188]:onAlarm id:7, MQ:536902446416 2020-08-09 16:00:45.716 15915-19930/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 16:00:45.716 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 2 2020-08-09 16:00:45.716 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 16:00:45.716 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 16:00:45.716 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 16:00:45.717 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:45.718 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:00:45.719 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:00:45.719 15917-20046/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:2, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 16:00:45.719 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:-> StartTask 2020-08-09 16:00:45.719 15917-20046/ D/mars::stn: [longlink_task_manager.cc, StartTask, 86]:taskid=2 2020-08-09 16:00:45.719 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:45.719 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 16:00:45.720 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 16:00:45.720 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 16:00:45.720 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 16:00:45.720 15917-20046/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B174E10, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 16:00:45.720 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 16:00:45.721 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:45.721 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:00:45.721 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:45.721 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 16:00:45.721 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:45.722 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:45.722 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:00:45.722 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:<- StartTask +3, 2020-08-09 16:00:45.722 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:-> HasTask 2020-08-09 16:00:45.722 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:<- HasTask +0, 2020-08-09 16:00:45.722 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +5, 2020-08-09 16:00:45.724 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 2 2020-08-09 16:00:45.725 15915-15915/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 16:00:46.722 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:46.723 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:46.723 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:46.726 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:00:47.728 15917-20046/ I/mars::stn: [longlink_task_manager.cc, __RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:47.729 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:47.730 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:47.734 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +5, 2020-08-09 16:00:48.735 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:48.736 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:48.736 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:48.740 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +4, 2020-08-09 16:00:49.741 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:49.741 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:49.741 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:49.742 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:00:50.717 15915-15915/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 16:00:50.718 15915-19930/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 16:00:50.720 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 3 2020-08-09 16:00:50.721 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 16:00:50.721 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 16:00:50.722 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 16:00:50.722 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:50.722 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:00:50.723 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:50.723 15917-20046/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:3, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 16:00:50.723 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:-> StartTask 2020-08-09 16:00:50.723 15917-20046/ D/mars::stn: [longlink_task_manager.cc, StartTask, 86]:taskid=3 2020-08-09 16:00:50.723 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:50.723 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:50.723 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 16:00:50.724 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 16:00:50.724 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 16:00:50.724 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 16:00:50.724 15917-20046/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B175190, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 16:00:50.724 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 16:00:50.724 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:50.724 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:00:50.724 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:50.724 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 16:00:50.724 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:50.724 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:50.725 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:00:50.725 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:<- StartTask +2, 2020-08-09 16:00:50.725 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:-> HasTask 2020-08-09 16:00:50.726 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:<- HasTask +0, 2020-08-09 16:00:50.726 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +4, 2020-08-09 16:00:50.727 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 3 2020-08-09 16:00:50.744 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:50.744 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:50.744 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:50.744 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:50.745 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:00:51.746 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:51.746 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:51.746 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:51.746 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:51.748 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:00:52.748 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:52.749 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:52.749 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:52.749 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:52.750 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:00:53.751 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:53.751 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:53.751 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:53.752 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:53.754 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 16:00:54.754 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:54.755 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:54.755 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:54.755 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:54.756 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:00:55.720 15915-15915/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 16:00:55.720 15915-19930/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 16:00:55.722 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 4 2020-08-09 16:00:55.722 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 16:00:55.722 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 16:00:55.722 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 16:00:55.722 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:55.724 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:00:55.724 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:00:55.724 15917-20046/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:4, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 16:00:55.724 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:-> StartTask 2020-08-09 16:00:55.724 15917-20046/ D/mars::stn: [longlink_task_manager.cc, StartTask, 86]:taskid=4 2020-08-09 16:00:55.724 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:55.724 15917-20046/ I/chatty: uid=10456() mars::20046 identical 1 line 2020-08-09 16:00:55.725 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:55.725 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 16:00:55.726 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 16:00:55.726 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 16:00:55.726 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 16:00:55.726 15917-20046/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B175510, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 16:00:55.726 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 16:00:55.726 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:00:55.727 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:00:55.727 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:00:55.727 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 16:00:55.727 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:55.727 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:55.728 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:00:55.728 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:<- StartTask +3, 2020-08-09 16:00:55.728 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:-> HasTask 2020-08-09 16:00:55.728 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:<- HasTask +0, 2020-08-09 16:00:55.728 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +6, 2020-08-09 16:00:55.729 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 4 2020-08-09 16:00:55.757 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:55.757 15917-20046/ I/chatty: uid=10456() mars::20046 identical 1 line 2020-08-09 16:00:55.757 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:55.757 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:55.757 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:55.758 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:00:56.758 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:56.758 15917-20046/ I/chatty: uid=10456() mars::20046 identical 1 line 2020-08-09 16:00:56.758 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:56.758 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:56.758 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:56.759 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:00:57.505 16843-19630/? I/mars::stn: [longlink_connect_monitor.cc,
LongLinkStateToSystemLog, 118]:longlink_progress longlink state: connect failed connect socket error, disconnected time: 2008236650 2020-08-09 16:00:57.760 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:57.761 15917-20046/ I/chatty: uid=10456() mars::20046 identical 1 line 2020-08-09 16:00:57.761 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:57.761 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:57.761 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:57.762 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:00:58.044 16843-19630/? I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 248]:longlink_progress next connect interval: 2400000, process active state: false, process foreground: false 2020-08-09 16:00:58.047 16843-19630/? I/mars::stn: [longlink_connect_monitor.cc, __AutoIntervalConnect, 310]:longlink_progress set rebuild alarm, reason: rebuild longlink alarm, current time: 2008237192, next rebuild time interval: 43287 2020-08-09 16:00:58.762 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:58.762 15917-20046/ I/chatty: uid=10456() mars::20046 identical 1 line 2020-08-09 16:00:58.762 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:58.762 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:58.762 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:58.763 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:00:59.764 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:59.764 15917-20046/ I/chatty: uid=10456() mars::20046 identical 1 line 2020-08-09 16:00:59.764 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:00:59.764 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:00:59.764 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:00:59.765 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:01:00.715 15915-19985/ E/MainActivity$startMarsTask: cmdHeartLoginMars 2020-08-09 16:01:00.716 15915-19930/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 16:01:00.716 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 5 2020-08-09 16:01:00.716 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 16:01:00.717 15915-15915/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 16:01:00.717 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 16:01:00.717 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 16:01:00.717 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:00.717 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:00.717 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:00.717 15917-20046/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:5, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 16:01:00.717 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:-> StartTask 2020-08-09 16:01:00.717 15917-20046/ D/mars::stn: [longlink_task_manager.cc, StartTask, 86]:taskid=5 2020-08-09 16:01:00.717 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:00.718 15917-20046/ I/chatty: uid=10456() mars::20046 identical 2 lines 2020-08-09 16:01:00.718 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:00.718 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 16:01:00.718 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 16:01:00.718 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 16:01:00.718 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 16:01:00.718 15917-20046/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B175890, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 16:01:00.718 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 16:01:00.718 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:00.718 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:00.718 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:00.718 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 16:01:00.718 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:00.718 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:00.719 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:01:00.719 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:<- StartTask +1, 2020-08-09 16:01:00.719 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:-> HasTask 2020-08-09 16:01:00.719 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:<- HasTask +0, 2020-08-09 16:01:00.720 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +2, 2020-08-09 16:01:00.720 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 5 2020-08-09 16:01:00.765 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:00.765 15917-20046/ I/chatty: uid=10456() mars::20046 identical 2 lines 2020-08-09 16:01:00.765 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:00.765 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:00.765 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:00.766 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:01:00.771 15915-19930/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=10001; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 16:01:00.772 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 6 2020-08-09 16:01:00.772 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 16:01:00.772 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 16:01:00.772 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 16:01:00.773 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:00.773 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:00.773 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:00.774 15917-20046/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:6, cmdid:10001, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:10001, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 16:01:00.774 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:-> StartTask 2020-08-09 16:01:00.774 15917-20046/ D/mars::stn: [longlink_task_manager.cc, StartTask, 86]:taskid=6 2020-08-09 16:01:00.774 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:00.774 15917-20046/ I/chatty: uid=10456() mars::20046 identical 3 lines 2020-08-09 16:01:00.774 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:00.774 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 16:01:00.775 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 16:01:00.775 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 16:01:00.775 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 16:01:00.775 15917-20046/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B175C10, cmdid=10001, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 16:01:00.775 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 16:01:00.775 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:00.776 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:00.776 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:00.776 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 16:01:00.776 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:00.776 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:00.777 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:01:00.777 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:<- StartTask +3, 2020-08-09 16:01:00.777 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:-> HasTask 2020-08-09 16:01:00.777 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:<- HasTask +0, 2020-08-09 16:01:00.778 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +5, 2020-08-09 16:01:00.778 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 6 2020-08-09 16:01:01.768 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:01.768 15917-20046/ I/chatty: uid=10456() mars::20046 identical 3 lines 2020-08-09 16:01:01.768 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:01.768 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:01.768 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:01.769 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:01:02.769 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:02.769 15917-20046/ I/chatty: uid=10456() mars::20046 identical 3 lines 2020-08-09 16:01:02.769 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:02.769 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:02.770 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:02.773 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:03.091 15915-19872/ A/mars::comm: [boost_exception.cc, throw_exception, 27]:boost exception:mars_boost::filesystem::directory_iterator::construct: Permission denied: "/storage/emulated/0/marssample/log" 2020-08-09 16:01:03.773 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:03.774 15917-20046/ I/chatty: uid=10456() mars::20046 identical 3 lines 2020-08-09 16:01:03.774 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:03.774 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:03.774 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:03.776 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:04.776 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:04.777 15917-20046/ I/chatty: uid=10456() mars::20046 identical 3 lines 2020-08-09 16:01:04.777 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:04.777 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:04.778 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:04.779 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:05.728 15915-19930/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 16:01:05.728 15915-15915/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 16:01:05.732 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 7 2020-08-09 16:01:05.733 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 16:01:05.734 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +1, 2020-08-09 16:01:05.734 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 16:01:05.734 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:05.735 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:05.735 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:05.735 15917-20046/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:7, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 16:01:05.735 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:-> StartTask 2020-08-09 16:01:05.735 15917-20046/ D/mars::stn: [longlink_task_manager.cc, StartTask, 86]:taskid=7 2020-08-09 16:01:05.736 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:05.736 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:05.736 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:05.736 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 16:01:05.738 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 16:01:05.738 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 16:01:05.738 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 16:01:05.738 15917-20046/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B175F90, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 16:01:05.738 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 16:01:05.738 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:05.739 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:05.739 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:05.739 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 16:01:05.739 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:05.740 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:05.741 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:05.741 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:<- StartTask +5, 2020-08-09 16:01:05.741 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:-> HasTask 2020-08-09 16:01:05.741 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:<- HasTask +0, 2020-08-09 16:01:05.742 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +7, 2020-08-09 16:01:05.743 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:stn task started with id 7 2020-08-09 16:01:05.779 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:05.780 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:05.780 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:05.780 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:05.780 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:05.782 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:06.546 15917-20042/ A/mars::comm: [boost_exception.cc, throw_exception, 27]:boost exception:mars_boost::filesystem::directory_iterator::construct: Permission denied: "/storage/emulated/0/marssample/log" 2020-08-09 16:01:06.782 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:06.784 15917-20046/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:01:06.784 15917-20046/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:01:06.784 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 175]:made interval connect interval:30000, posttime:30206, newone:true, connectstatus:0, ret:false 2020-08-09 16:01:06.785 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:06.785 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 175]:made interval connect interval:30000, posttime:2008245930, newone:false, connectstatus:0, ret:false 2020-08-09 16:01:06.785 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:06.786 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:06.786 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 175]:made interval connect interval:30000, posttime:2008245931, newone:false, connectstatus:0, ret:false 2020-08-09 16:01:06.786 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:06.786 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 175]:made interval connect interval:30000, posttime:2008245932, newone:false, connectstatus:0, ret:false 2020-08-09 16:01:06.787 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:06.787 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 175]:made interval connect interval:30000, posttime:2008245932, newone:false, connectstatus:0, ret:false 2020-08-09 16:01:06.787 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:06.787 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 175]:made interval connect interval:30000, posttime:2008245932, newone:false, connectstatus:0, ret:false 2020-08-09 16:01:06.787 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:06.787 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:06.789 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:06.789 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +4, 2020-08-09 16:01:06.789 15917-20203/ I/mars::stn: [longlink.cc, Run, 380]:-> Run LongLink Rebuild span:0, net:-1 2020-08-09 16:01:06.790 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:06.790 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:06.791 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:06.791 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:06.792 15917-20203/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:06.792 15917-20203/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 40000 2020-08-09 16:01:06.795 15917-20203/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:06.795 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:06.797 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:06.797 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:06.797 15917-20203/ I/mars::stn: [longlink.cc, ConnectStatus, 350]:connect status from:0 to:1, nettype:-1 2020-08-09 16:01:06.798 15917-20203/ I/mars::stn: [net_source.cc, GetLongLinkItems, 180]:-> GetLongLinkItems 2020-08-09 16:01:06.798 15917-20203/ V/mars::comm: [dns.cc, GetHostByName, 190]:-> GetHostByName 2020-08-09 16:01:06.798 15917-20046/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 16:01:06.799 15917-20205/ V/mars::comm: [dns.cc, GetIP, 59]:-> GetIP 2020-08-09 16:01:06.799 15917-20205/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 87]:-> operator() 2020-08-09 16:01:06.800 15917-20205/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 87]:<- operator() +0, 2020-08-09 16:01:06.800 15917-20205/ V/mars::comm: [dns.cc, GetIP, 59]:<- GetIP +1, 2020-08-09 16:01:06.800 15917-20203/ I/mars::comm: [dns.cc, GetHostByName, 271]:dns get ip status:4 host:videocalltest.wahachat.com, func:true 2020-08-09 16:01:06.800 15917-20203/ V/mars::comm: [dns.cc, GetHostByName, 190]:<- GetHostByName +2, 2020-08-09 16:01:06.801 15917-20203/ V/mars::comm: [dns.cc, GetHostByName, 190]:-> GetHostByName 2020-08-09 16:01:06.801 15917-20206/ V/mars::comm: [dns.cc, GetIP, 59]:-> GetIP 2020-08-09 16:01:06.802 15917-20206/ E/mars::comm: [socket_address.cc, ip, 206]:invalid ip family:0, ip: 2020-08-09 16:01:06.802 15917-20206/ E/mars::comm: [socket_address.cc, ip, 206]:invalid ip family:0, ip: 2020-08-09 16:01:06.803 15917-20046/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 9, ret= true 2020-08-09 16:01:06.803 15917-20046/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +4, 2020-08-09 16:01:06.803 15917-20046/ I/mars::comm: [alarm.cc, Cancel, 95]:alarm cancel id:538434589240, seq:9, after:294919 2020-08-09 16:01:06.804 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:06.805 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:06.806 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +2, 2020-08-09 16:01:06.806 15917-20046/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 96]:-> OnLongLinkStatuChanged 2020-08-09 16:01:06.807 15917-20206/ W/mars::comm: [dns.cc, GetIP, 115]:error, error:7/Argument list too long, hostname:videocalltest.wahachat.com, ipstack:0 2020-08-09 16:01:06.807 15917-20046/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 96]:<- OnLongLinkStatuChanged +0, 2020-08-09 16:01:06.807 15917-20206/ I/mars::comm: [dns.cc, __GetIP, 81]:dns server::0 :0 2020-08-09 16:01:06.807 15917-20046/ I/mars::stn: [net_core.cc, ConnStatusCallBack, 718]:reportNetConnectInfo all_connstatus:3, longlink_connstatus:3 2020-08-09 16:01:06.807 15917-20206/ V/mars::comm: [dns.cc, GetIP, 59]:<- GetIP +6, 2020-08-09 16:01:06.808 15917-20203/ I/mars::comm: [dns.cc, GetHostByName, 271]:dns get ip status:4 host:videocalltest.wahachat.com, func:false 2020-08-09 16:01:06.808 15917-20203/ V/mars::comm: [dns.cc, GetHostByName, 190]:<- GetHostByName +7, 2020-08-09 16:01:06.808 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:-> operator() 2020-08-09 16:01:06.808 15917-20203/ D/mars::stn: [net_source.cc, MakeIPPorts, 370]:link host:videocalltest.wahachat.com, new dns ret:false, size:0 dns ret:false, size:0, 2020-08-09 16:01:06.809 15917-20203/ D/mars::stn: [net_source.cc, MakeIPPorts, 399]:link host:videocalltest.wahachat.com, backup ips size:1 2020-08-09 16:01:06.809 15917-20203/ I/mars::stn: [net_source.cc, GetLongLinkItems, 180]:<- GetLongLinkItems +11, 2020-08-09 16:01:06.805 15917-15917/ W/mars::20203: type=1400 audit(0.0:194659): avc: denied { read } for name="route" dev="proc" ino=4026532255 scontext=u:r:untrusted_app:s0:c200,c257,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 2020-08-09 16:01:06.810 15917-20203/ I/mars::stn: [longlink.cc, RunConnect, 444]:task socket dns ip:47.114.195.44:7910:videocalltest.wahachat.com:BackupIP proxytype:0 useproxy:false 2020-08-09 16:01:06.810 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:06.811 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:06.811 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:06.818 15917-20203/ I/mars::comm: [local_routetable.cc, get_local_route_table, 20]:popen cmd=ip route list table all 2020-08-09 16:01:06.834 15917-20046/ E/BaseApplication$initMars: cmdnet:status:3 -- linkConnect:3 2020-08-09 16:01:06.834 15917-20046/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 339]:all_connstatus = 3, longlink_connstatus = 3 2020-08-09 16:01:06.834 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:<- operator() +25, 2020-08-09 16:01:06.839 15917-20203/ I/mars::stn: [longlink.cc, RunConnect, 450]:ipstack log:defaultgateway6:failed defaultgateway: failed getifaddrs_ipv4_filter:false interface name:dummy0, AF_INET6, ip:fe80::4854:b2ff:feea:df9d interface name:rmnet_data0, AF_INET6, ip:fe80::d313:4ea1:a397:75d9 have_ipv4:0 have_ipv6:0default dev dummy0 table 1003 proto static scope link broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1 local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1 local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1 broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 fe80::/64 dev dummy0 table 1003 proto kernel metric 256 pref medium default dev dummy0 table 1003 proto static metric 1024 pref medium fe80::/64 dev rmnet_data0 table 1011 proto kernel metric 256 pref medium local ::1 dev lo table local proto kernel metric 0 pref medium local fe80::4854:b2ff:feea:df9d dev dummy0 table local proto kernel metric 0 pref medium local fe80::d313:4ea1:a397:75d9 dev rmnet_data0 table local proto kernel metric 0 pref medium ff00::/8 dev dummy0 table local metric 256 pref medium ff00::/8 dev rmnet_data0 table local metric 256 pref medium , netInfo: 2020-08-09 16:01:06.840 15917-20203/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 469]:_vecaddr size:1, m_timeout:10000, m_interval:4000, m_error_interval:4000, m_max_connect:3, @0x7D679FB0F8 2020-08-09 16:01:06.840 15917-20203/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 475]:complex.conn [::ffff:47.114.195.44]:7910 2020-08-09 16:01:06.840 15917-20203/ D/mars::comm: [complexconnect.cc, ConnectImpatient, 498]:curtime:2008245985, laststart_connecttime:2008241985, @0x7D679FB0F8 2020-08-09 16:01:06.840 15917-20203/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 519]:next_connect_timeout 0 2020-08-09 16:01:06.840 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:06.841 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:06.841 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:06.841 15917-20203/ W/mars::comm: [complexconnect.cc, ConnectImpatient, 555]:index:0, @0x7D679FB0F8, addr:(47.114.195.44:7910), sock:41, close connect err:(9, Bad file descriptor), localip::: 2020-08-09 16:01:06.841 15917-20203/ D/mars::comm: [complexconnect.cc, ConnectImpatient, 559]:timeout:0, @0x7D679FB0F8 2020-08-09 16:01:06.841 15917-20203/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 566]:select timeout 0 index is 1 2020-08-09 16:01:06.841 15917-20203/ I/mars::comm: [tcpclient_fsm.cc, Close, 99]:sock:41, (47.114.195.44:7910), close local socket close, notify:true 2020-08-09 16:01:06.842 15917-20203/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 663]:retsocket:-1, connrtt:0, conntotalrtt:0, totalcost:2, @0x7D679FB0F8 2020-08-09 16:01:06.842 15917-20203/ W/mars::stn: [longlink.cc, RunConnect, 517]:task socket connect fail sock:-1, costtime:2 2020-08-09 16:01:06.842 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:06.842 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:06.842 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:06.842 15917-20203/ I/mars::stn: [longlink.cc, ConnectStatus, 350]:connect status from:1 to:4, nettype:-1 2020-08-09 16:01:06.842 15917-20203/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 84]:-> OnLongLinkDisconnect 2020-08-09 16:01:06.842 15917-20203/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 90]:"Yalla" not stable last heart:210000 2020-08-09 16:01:06.842 15917-20203/ I/mars::stn: [smart_heartbeat.cc, OnLongLinkDisconnect, 84]:<- OnLongLinkDisconnect +0, 2020-08-09 16:01:06.843 15917-20203/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:06.843 15917-20203/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 1000 2020-08-09 16:01:06.843 15917-20203/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:01:06.843 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:06.844 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:06.844 15917-20203/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:06.844 15917-20203/ V/mars::comm: [platform_comm.cc, getSignal, 387]:-> getSignal 2020-08-09 16:01:06.844 15917-20203/ V/mars::comm: [platform_comm.cc, getSignal, 397]:Signal Strength= 10000, wifi:false 2020-08-09 16:01:06.844 15917-20203/ V/mars::comm: [platform_comm.cc, getSignal, 387]:<- getSignal +0, 2020-08-09 16:01:06.844 15917-20203/ I/mars::stn: [longlink.cc, Run, 380]:<- __Run +54, 2020-08-09 16:01:06.845 15917-20046/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:01:06.846 15917-20046/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 10, after= 500, ret= true 2020-08-09 16:01:06.846 15917-20046/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +1, 2020-08-09 16:01:06.847 15917-20046/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:538434589240, after:500, seq:10, po.reg.q:536902446416,po.reg.s:0,po.s:107, MQ:536902446416 2020-08-09 16:01:06.847 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:06.847 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= -1 2020-08-09 16:01:06.847 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:06.847 15917-20046/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 96]:-> OnLongLinkStatuChanged 2020-08-09 16:01:06.847 15917-20046/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 96]:<- OnLongLinkStatuChanged +0, 2020-08-09 16:01:06.847 15917-20046/ I/mars::stn: [net_core.cc, ConnStatusCallBack, 718]:reportNetConnectInfo all_connstatus:-1, longlink_connstatus:2 2020-08-09 16:01:06.847 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:-> operator() 2020-08-09 16:01:06.854 15917-20046/ E/BaseApplication$initMars: cmdnet:status:-1 -- linkConnect:2 2020-08-09 16:01:06.854 15917-20046/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 339]:all_connstatus = -1, longlink_connstatus = 2 2020-08-09 16:01:06.854 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:<- operator() +7, 2020-08-09 16:01:06.854 15917-20046/ W/mars::stn: [longlink_task_manager.cc, OnResponse, 553]:task error, taskid:0, cmdid:0, error_type:4, error_code:-10087 2020-08-09 16:01:07.346 15917-20046/ I/mars::comm: [alarm.cc, OnAlarm, 144]:OnAlarm id:538434589240, seq:10, elapsed:501, after:500, miss:1, android alarm:false, MQ:536902446416runing 2020-08-09 16:01:07.346 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc, AutoIntervalConnect, 189]:start auto connect after:299452 2020-08-09 16:01:07.346 15917-20046/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:01:07.349 15917-20046/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 11, after= 299452, ret= true 2020-08-09 16:01:07.349 15917-20046/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +3, 2020-08-09 16:01:07.350 15917-20046/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:538434589240, after:299452, seq:11, po.reg.q:536902446416,po.reg.s:0,po.s:110, MQ:536902446416 2020-08-09 16:01:07.791 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:07.792 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:07.792 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:07.792 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:07.792 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:07.793 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:01:08.793 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:08.794 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:08.794 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:08.795 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:08.795 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:08.796 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:09.797 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:09.798 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:09.798 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:09.799 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:09.799 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:09.800 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:10.801 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:10.802 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:10.803 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:10.803 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:10.803 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:10.805 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:11.806 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:11.806 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:11.806 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:11.807 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:11.807 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:11.809 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 16:01:11.857 15917-15917/ I/mars::comm: [alarm.cc, onAlarmImpl, 188]:onAlarm id:10, MQ:536902446416 2020-08-09 16:01:11.858 15917-15917/ I/mars::comm: [alarm.cc, onAlarmImpl, 188]:onAlarm id:10, MQ:536902446416 2020-08-09 16:01:12.810 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:12.812 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:12.812 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:12.813 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:12.813 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:12.817 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +4, 2020-08-09 16:01:13.818 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:13.820 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:13.820 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:13.820 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:13.820 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:13.822 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 16:01:14.824 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:14.825 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:14.825 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:14.825 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:14.826 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:14.828 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 16:01:15.829 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:15.831 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:15.831 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:15.831 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:15.831 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:15.834 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:16.836 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:16.838 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:16.838 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:16.838 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:16.839 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:16.844 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +5, 2020-08-09 16:01:17.845 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:17.846 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:17.846 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:17.847 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:17.847 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:17.850 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:18.851 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:18.852 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:18.852 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:18.854 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:18.854 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:18.857 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:19.858 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:19.860 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:19.860 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:19.861 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:19.861 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:19.864 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:20.865 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:20.866 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:20.867 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:20.867 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:20.867 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:20.870 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:21.870 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:21.870 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:21.870 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:21.870 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:21.870 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:21.872 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:22.872 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:22.873 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:22.873 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:22.873 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:22.874 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:22.876 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 16:01:23.877 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:23.877 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:23.877 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:23.877 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:23.878 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:23.880 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 16:01:24.882 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:24.883 15917-20046/ I/chatty: uid=10456() mars::20046 identical 4 lines 2020-08-09 16:01:24.883 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:24.883 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:24.883 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:24.885 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:25.885 15917-20046/ E/mars::stn: [longlink_task_manager.cc, RunOnTimeout, 249]:task timeout, taskid:2, nStartSendTime=0, cur_time=2008265, timeout:40 2020-08-09 16:01:25.886 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:-> SingleRespHandle 2020-08-09 16:01:25.886 15917-20046/ W/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 426]:task end callback long cmdid:1, err(9, -1, -15), svr(47.114.195.44:7910, BackupIP, videocalltest.wahachat.com), cli(, , n:, sig:10000), cost(s:0, r:0, c:0, rw:0), all:40167, retry:1, cgi:, taskid:2, tid:20203 2020-08-09 16:01:25.886 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 16:01:25.887 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 16:01:25.887 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 16:01:25.889 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 16:01:25.889 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +1, 2020-08-09 16:01:25.889 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:<- SingleRespHandle +3, 2020-08-09 16:01:25.889 15917-20046/ I/mars::stn: [longlink.cc, Disconnect, 246]:_scene:10007 2020-08-09 16:01:25.889 15917-20046/ I/mars::stn: [longlink.cc, Disconnect, 246]:_scene:10008 2020-08-09 16:01:25.889 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:25.890 15917-20046/ I/chatty: uid=10456() mars::20046 identical 3 lines 2020-08-09 16:01:25.890 15917-20046/ I/mars::stn: [longlink_task_manager.cc, __RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:25.890 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:25.890 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:25.891 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:01:26.891 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:26.892 15917-20046/ I/chatty: uid=10456() mars::20046 identical 3 lines 2020-08-09 16:01:26.892 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:26.893 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:26.893 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:26.894 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:27.895 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:27.896 15917-20046/ I/chatty: uid=10456() mars::20046 identical 3 lines 2020-08-09 16:01:27.896 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:27.896 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:27.896 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:27.898 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:28.898 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:28.899 15917-20046/ I/chatty: uid=10456() mars::20046 identical 3 lines 2020-08-09 16:01:28.899 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:28.900 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:28.900 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:28.901 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:29.902 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:29.904 15917-20046/ I/chatty: uid=10456() mars::20046 identical 3 lines 2020-08-09 16:01:29.904 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:29.904 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:29.904 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:29.907 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:30.909 15917-20046/ E/mars::stn: [longlink_task_manager.cc,
RunOnTimeout, 249]:task timeout, taskid:3, nStartSendTime=0, cur_time=2008270, timeout:40 2020-08-09 16:01:30.910 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:-> SingleRespHandle 2020-08-09 16:01:30.910 15917-20046/ W/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 426]:task end callback long cmdid:1, err(9, -1, -15), svr(47.114.195.44:7910, BackupIP, videocalltest.wahachat.com), cli(, , n:, sig:10000), cost(s:0, r:0, c:0, rw:0), all:40188, retry:1, cgi:, taskid:3, tid:20203 2020-08-09 16:01:30.911 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 16:01:30.913 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +2, 2020-08-09 16:01:30.914 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 16:01:30.917 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 16:01:30.918 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +4, 2020-08-09 16:01:30.919 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:<- SingleRespHandle +8, 2020-08-09 16:01:30.919 15917-20046/ I/mars::stn: [longlink.cc, Disconnect, 246]:_scene:10007 2020-08-09 16:01:30.919 15917-20046/ I/mars::stn: [longlink.cc, Disconnect, 246]:_scene:10008 2020-08-09 16:01:30.919 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:30.920 15917-20046/ I/chatty: uid=10456() mars::20046 identical 2 lines 2020-08-09 16:01:30.920 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:30.921 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:30.921 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:30.925 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +4, 2020-08-09 16:01:31.926 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:31.926 15917-20046/ I/chatty: uid=10456() mars::20046 identical 2 lines 2020-08-09 16:01:31.926 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:31.926 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:31.926 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:31.930 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:32.017 16843-16843/? W/mars::19630: type=1400 audit(0.0:194696): avc: denied { read } for name="route" dev="proc" ino=4026532255 scontext=u:r:untrusted_app_27:s0:c150,c257,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 2020-08-09 16:01:32.066 16843-19630/? I/mars::stn: [longlink_connect_monitor.cc, NetworkChange, 235]:longlink_progress network change time: 2008271212 2020-08-09 16:01:32.067 16843-19630/? I/mars::stn: [longlink_connect_monitor.cc, __IntervalConnect, 248]:longlink_progress next connect interval: 0, process active state: false, process foreground: false 2020-08-09 16:01:32.076 16843-19630/? I/mars::stn: [longlink_connect_monitor.cc,
LongLinkStateToSystemLog, 118]:longlink_progress longlink state: connecting time: 2008271221 2020-08-09 16:01:32.089 16843-16843/? W/mars::20325: type=1400 audit(0.0:194697): avc: denied { read } for name="route" dev="proc" ino=4026532255 scontext=u:r:untrusted_app_27:s0:c150,c257,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 2020-08-09 16:01:32.236 16843-19630/? I/mars::stn: [longlink_connect_monitor.cc, LongLinkStateToSystemLog, 118]:longlink_progress longlink state: connected time: 2008271381 2020-08-09 16:01:32.238 16843-20325/? I/mars::stn: [longlink_connect_monitor.cc, OnHeartbeatAlarmSet, 448]:longlink_progress on_heartbeat_set, time: 2008271384, time interval:210000 2020-08-09 16:01:32.246 16843-20325/? I/mars::stn: [longlink_connect_monitor.cc, OnHeartbeatAlarmSet, 448]:longlink_progress on_heartbeat_set, time: 2008271391, time interval:210000 2020-08-09 16:01:32.930 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:32.931 15917-20046/ I/chatty: uid=10456() mars::20046 identical 2 lines 2020-08-09 16:01:32.931 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:32.932 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:32.932 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:32.934 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 16:01:33.934 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:33.935 15917-20046/ I/chatty: uid=10456() mars::20046 identical 2 lines 2020-08-09 16:01:33.935 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:33.935 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:33.936 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:33.938 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 16:01:34.939 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:34.940 15917-20046/ I/chatty: uid=10456() mars::20046 identical 2 lines 2020-08-09 16:01:34.940 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:34.940 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:34.941 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:34.943 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +2, 2020-08-09 16:01:35.944 15917-20046/ E/mars::stn: [longlink_task_manager.cc,
RunOnTimeout, 249]:task timeout, taskid:4, nStartSendTime=0, cur_time=2008275, timeout:40 2020-08-09 16:01:35.945 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:-> SingleRespHandle 2020-08-09 16:01:35.946 15917-20046/ W/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 426]:task end callback long cmdid:1, err(9, -1, -15), svr(47.114.195.44:7910, BackupIP, videocalltest.wahachat.com), cli(, , n:, sig:10000), cost(s:0, r:0, c:0, rw:0), all:40221, retry:1, cgi:, taskid:4, tid:20203 2020-08-09 16:01:35.946 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 16:01:35.948 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +2, 2020-08-09 16:01:35.948 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 16:01:35.950 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 16:01:35.950 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +2, 2020-08-09 16:01:35.951 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:<- SingleRespHandle +5, 2020-08-09 16:01:35.951 15917-20046/ I/mars::stn: [longlink.cc, Disconnect, 246]:_scene:10007 2020-08-09 16:01:35.951 15917-20046/ I/mars::stn: [longlink.cc, Disconnect, 246]:_scene:10008 2020-08-09 16:01:35.951 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:35.951 15917-20046/ I/chatty: uid=10456() mars::20046 identical 1 line 2020-08-09 16:01:35.951 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:35.951 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:35.951 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:35.952 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:36.954 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:36.955 15917-20046/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:01:36.955 15917-20046/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:01:36.955 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc,
IntervalConnect, 175]:made interval connect interval:30000, posttime:30156, newone:true, connectstatus:0, ret:false 2020-08-09 16:01:36.955 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:36.956 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:36.956 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 175]:made interval connect interval:30000, posttime:2008276102, newone:false, connectstatus:0, ret:false 2020-08-09 16:01:36.957 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:36.957 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc, IntervalConnect, 175]:made interval connect interval:30000, posttime:2008276102, newone:false, connectstatus:0, ret:false 2020-08-09 16:01:36.957 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:36.957 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 30000 2020-08-09 16:01:36.959 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:36.960 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:36.960 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +5, 2020-08-09 16:01:36.961 15917-20333/ I/mars::stn: [longlink.cc, Run, 380]:-> Run LongLink Rebuild span:0, net:1 2020-08-09 16:01:36.961 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:36.964 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:36.964 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +3, 2020-08-09 16:01:36.964 15917-20333/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 16:01:36.964 15917-20333/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 16:01:36.965 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:36.965 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 40000 2020-08-09 16:01:36.968 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:36.968 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:36.970 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:36.970 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:36.970 15917-20333/ I/mars::stn: [longlink.cc, ConnectStatus, 350]:connect status from:0 to:1, nettype:1 2020-08-09 16:01:36.971 15917-20333/ I/mars::stn: [net_source.cc, GetLongLinkItems, 180]:-> GetLongLinkItems 2020-08-09 16:01:36.971 15917-20046/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 16:01:36.971 15917-20333/ V/mars::comm: [dns.cc, GetHostByName, 190]:-> GetHostByName 2020-08-09 16:01:36.973 15917-20334/ V/mars::comm: [dns.cc, GetIP, 59]:-> GetIP 2020-08-09 16:01:36.974 15917-20334/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 87]:-> operator() 2020-08-09 16:01:36.975 15917-20334/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 87]:<- operator() +0, 2020-08-09 16:01:36.975 15917-20334/ V/mars::comm: [dns.cc, GetIP, 59]:<- GetIP +2, 2020-08-09 16:01:36.975 15917-20333/ I/mars::comm: [dns.cc, GetHostByName, 271]:dns get ip status:4 host:videocalltest.wahachat.com, func:true 2020-08-09 16:01:36.975 15917-20333/ V/mars::comm: [dns.cc, GetHostByName, 190]:<- GetHostByName +4, 2020-08-09 16:01:36.976 15917-20333/ V/mars::comm: [dns.cc, GetHostByName, 190]:-> GetHostByName 2020-08-09 16:01:36.977 15917-20336/ V/mars::comm: [dns.cc, GetIP, 59]:-> GetIP 2020-08-09 16:01:36.977 15917-20046/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 11, ret= true 2020-08-09 16:01:36.977 15917-20046/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +6, 2020-08-09 16:01:36.978 15917-20046/ I/mars::comm: [alarm.cc, Cancel, 95]:alarm cancel id:538434589240, seq:11, after:299452 2020-08-09 16:01:36.978 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:36.979 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:36.979 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:36.979 15917-20046/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 96]:-> OnLongLinkStatuChanged 2020-08-09 16:01:36.979 15917-20336/ E/mars::comm: [socket_address.cc, ip, 206]:invalid ip family:0, ip: 2020-08-09 16:01:36.980 15917-20336/ E/mars::comm: [socket_address.cc, ip, 206]:invalid ip family:0, ip: 2020-08-09 16:01:36.980 15917-20046/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 96]:<- OnLongLinkStatuChanged +0, 2020-08-09 16:01:36.980 15917-20046/ I/mars::stn: [net_core.cc, ConnStatusCallBack, 718]:reportNetConnectInfo all_connstatus:3, longlink_connstatus:3 2020-08-09 16:01:36.980 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:-> operator() 2020-08-09 16:01:36.997 15917-20046/ E/BaseApplication$initMars: cmdnet:status:3 -- linkConnect:3 2020-08-09 16:01:36.997 15917-20046/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 339]:all_connstatus = 3, longlink_connstatus = 3 2020-08-09 16:01:36.997 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:<- operator() +17, 2020-08-09 16:01:37.011 15917-20336/ I/mars::comm: [dns.cc, GetIP, 152]:host videocalltest.wahachat.com resolved iplist: 47.114.195.44, 2020-08-09 16:01:37.011 15917-20336/ I/mars::comm: [dns.cc, GetIP, 81]:dns server::0 :0 2020-08-09 16:01:37.011 15917-20336/ V/mars::comm: [dns.cc, GetIP, 59]:<- GetIP +35, 2020-08-09 16:01:37.011 15917-20333/ V/mars::comm: [dns.cc, GetHostByName, 190]:<- GetHostByName +36, 2020-08-09 16:01:37.012 15917-20333/ D/mars::stn: [net_source.cc, MakeIPPorts, 370]:link host:videocalltest.wahachat.com, new dns ret:false, size:0 dns ret:true, size:1, 2020-08-09 16:01:37.012 15917-20333/ I/mars::stn: [simple_ipport_sort.cc, SortandFilter, 594]:needcount 5, use ipv6 false 2020-08-09 16:01:37.009 15917-15917/ W/mars::20333: type=1400 audit(0.0:194698): avc: denied { read } for name="route" dev="proc" ino=4026532255 scontext=u:r:untrusted_app:s0:c200,c257,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 2020-08-09 16:01:37.012 15917-20333/ I/mars::stn: [simple_ipport_sort.cc, SortandFilter, 598]:after FilterbyBanned list ip: 47.114.195.44 2020-08-09 16:01:37.012 15917-20333/ I/mars::stn: [simple_ipport_sort.cc, SortbyBanned, 501]:use ipv6 false 2020-08-09 16:01:37.012 15917-20333/ I/mars::stn: [simple_ipport_sort.cc, SortandFilter, 603]:after SortbyBanned list ip: 47.114.195.44 2020-08-09 16:01:37.012 15917-20333/ D/mars::stn: [net_source.cc, __MakeIPPorts, 399]:link host:videocalltest.wahachat.com, backup ips size:1 2020-08-09 16:01:37.012 15917-20333/ I/mars::stn: [net_source.cc, GetLongLinkItems, 180]:<- GetLongLinkItems +42, 2020-08-09 16:01:37.012 15917-20333/ I/mars::stn: [longlink.cc, RunConnect, 444]:task socket dns ip:47.114.195.44:7910:videocalltest.wahachat.com:DNSIP|47.114.195.44:7910:videocalltest.wahachat.com:BackupIP proxytype:0 useproxy:false 2020-08-09 16:01:37.013 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.014 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.014 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:37.014 15917-20333/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 16:01:37.014 15917-20333/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 16:01:37.018 15917-20333/ I/mars::comm: [local_routetable.cc, get_local_route_table, 20]:popen cmd=ip route list table all 2020-08-09 16:01:37.057 15917-20333/ I/mars::stn: [longlink.cc, RunConnect, 450]:ipstack log:defaultgateway6:failed defaultgateway: failed interface name:wlan0, AF_INET, ip:172.20.41.153 interface name:dummy0, AF_INET6, ip:fe80::4854:b2ff:feea:df9d interface name:rmnet_data0, AF_INET6, ip:fe80::d313:4ea1:a397:75d9 interface name:wlan0, AF_INET6, ip:fe80::a08e:e9ff:fed2:1a87 have_ipv4:1 have_ipv6:0default dev dummy0 table 1003 proto static scope link default via 172.20.40.1 dev wlan0 table 1021 proto static 172.20.40.0/21 dev wlan0 table 1021 proto static scope link 172.20.40.0/21 dev wlan0 proto kernel scope link src 172.20.41.153 broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1 local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1 local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1 broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 broadcast 172.20.40.0 dev wlan0 table local proto kernel scope link src 172.20.41.153 local 172.20.41.153 dev wlan0 table local proto kernel scope host src 172.20.41.153 broadcast 172.20.47.255 dev wlan0 table local proto kernel scope link src 172.20.41.153 fe80::/64 dev dummy0 table 1003 proto kernel metric 256 pref medium default dev dummy0 table 1003 proto static metric 1024 pref medium fe80::/64 dev rmnet_data0 table 1011 proto kernel metric 256 pref medium fe80::/64 dev wlan0 table 1021 proto kernel metric 256 pref medium fe80::/64 dev wlan0 table 1021 proto static metric 1024 pref medium local ::1 dev lo table local proto kernel metric 0 pref medium local fe80::4854:b2ff:feea:df9d dev dummy0 table local proto kernel metric 0 pref medium local fe80::a08e:e9ff:fed2:1a87 dev wlan0 table local proto kernel metric 0 pref medium local fe80::d313:4ea1:a397:75d9 dev rmnet_data0 table local proto kernel metric 0 pref medium ff00::/8 dev dummy0 table local metric 256 pref medium ff00::/8 dev rmnet_data0 table local metric 256 pref medium ff00::/8 dev wlan0 table local metric 256 pref medium , netInfo:"Yalla" 2020-08-09 16:01:37.058 15917-20333/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 469]:_vecaddr size:2, m_timeout:10000, m_interval:4000, m_error_interval:4000, m_max_connect:3, @0x7D679FB0F8 2020-08-09 16:01:37.058 15917-20333/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 475]:complex.conn [::ffff:47.114.195.44]:7910 2020-08-09 16:01:37.059 15917-20333/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 475]:complex.conn [::ffff:47.114.195.44]:7910 2020-08-09 16:01:37.059 15917-20333/ D/mars::comm: [complexconnect.cc, ConnectImpatient, 498]:curtime:2008276204, laststart_connecttime:2008272204, @0x7D679FB0F8 2020-08-09 16:01:37.059 15917-20333/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 519]:next_connect_timeout 0 2020-08-09 16:01:37.059 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.061 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.061 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:37.063 15917-20333/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 555]:index:0, @0x7D679FB0F8, addr:(47.114.195.44:7910), sock:41, connect 2020-08-09 16:01:37.063 15917-20333/ D/mars::comm: [complexconnect.cc, ConnectImpatient, 559]:timeout:4000, @0x7D679FB0F8 2020-08-09 16:01:37.063 15917-20333/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 566]:select timeout 4000 index is 1 2020-08-09 16:01:37.073 15917-20333/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 595]:index:0, @0x7D679FB0F8, sock:41, (47.114.195.44:7910), connected Rtt:12, 2020-08-09 16:01:37.073 15917-20333/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 627]:index:0, sock:41, suc ConnectImpatient:47.114.195.44:7910, RTT:(12, 12), @0x7D679FB0F8 2020-08-09 16:01:37.074 15917-20333/ I/mars::comm: [complexconnect.cc, ConnectImpatient, 663]:retsocket:41, connrtt:12, conntotalrtt:12, totalcost:15, @0x7D679FB0F8 2020-08-09 16:01:37.074 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.075 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.075 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:37.075 15917-20333/ I/mars::stn: [longlink.cc, RunConnect, 544]:task socket connect suc sock:41, host:videocalltest.wahachat.com, ip:47.114.195.44, port:7910, local_ip:172.20.41.153, local_port:49050, iptype:DNSIP, costtime:15, rtt:12, totalcost:12, index:0, net:1 2020-08-09 16:01:37.076 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.076 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.077 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:37.077 15917-20333/ I/mars::stn: [longlink.cc, ConnectStatus, 350]:connect status from:1 to:2, nettype:1 2020-08-09 16:01:37.077 15917-20333/ D/mars::stn: [smart_heartbeat.cc, OnLongLinkEstablished, 77]:-> OnLongLinkEstablished 2020-08-09 16:01:37.077 15917-20333/ I/mars::stn: [smart_heartbeat.cc, LoadINI, 275]:-> LoadINI 2020-08-09 16:01:37.077 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.078 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.078 15917-20333/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.078 15917-20333/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 16:01:37.078 15917-20333/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 16:01:37.078 15917-20333/ I/mars::stn: [smart_heartbeat.cc, LoadINI, 275]:<- LoadINI +1, 2020-08-09 16:01:37.079 15917-20333/ D/mars::stn: [smart_heartbeat.cc, OnLongLinkEstablished, 77]:<- OnLongLinkEstablished +1, 2020-08-09 16:01:37.079 15917-20046/ D/mars::stn: [net_check_logic.cc, UpdateLongLinkInfo, 118]:shortlink:_continueFailCount=3, _isTaskSucc=1, records=0xfffffffd 2020-08-09 16:01:37.079 15917-20046/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:-> RedoTasks 2020-08-09 16:01:37.079 15917-20046/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:<- RedoTasks +0, 2020-08-09 16:01:37.079 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.079 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:37.079 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 1000 2020-08-09 16:01:37.080 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.080 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.080 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.081 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +1, 2020-08-09 16:01:37.081 15917-20333/ I/mars::stn: [alarm.h, Alarm, 56]:handler:(536902446416,153) 2020-08-09 16:01:37.081 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.081 15917-20333/ I/mars::stn: [alarm.h, Alarm, 56]:handler:(536902446416,155) 2020-08-09 16:01:37.081 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.081 15917-20333/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 212]:-> operator() 2020-08-09 16:01:37.081 15917-20046/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 16:01:37.082 15917-20046/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 16:01:37.082 15917-20046/ I/mars::stn: [simple_ipport_sort.cc, BanTimes, 373]:flag is 0, ban time is 0 2020-08-09 16:01:37.082 15917-20046/ D/mars::stn: [simple_ipport_sort.cc, UpdateBanFlagAndTime, 363]:ip is 47.114.195.44, success is true , current v6 flag 0 , current v4 flag 0 2020-08-09 16:01:37.083 15917-20046/ I/mars::stn: [longlink_connect_monitor.cc, __OnLongLinkStatuChanged, 226]:cancel auto connect 2020-08-09 16:01:37.083 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.084 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.084 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:37.084 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:37.084 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 16:01:37.086 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 16:01:37.086 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 16:01:37.086 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 16:01:37.086 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 16:01:37.086 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.087 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.087 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.087 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +1, 2020-08-09 16:01:37.087 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.088 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.088 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.088 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.088 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.088 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.089 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.089 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.089 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.089 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.090 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.090 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.090 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.091 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.091 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:37.091 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 392]:task add into longlink readwrite suc cgi:, cmdid:1, taskid:5, size:11, timeout(firstpkg:12, rw:17, task:40), retry:1, curtime:2008276229, start_send_time:2008239863, 2020-08-09 16:01:37.091 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:-> SingleRespHandle 2020-08-09 16:01:37.092 15917-20046/ I/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 426]:task end callback long cmdid:1, err(0, 0, 0), svr(47.114.195.44:7910, DNSIP, videocalltest.wahachat.com), cli(, , n:"Yalla", sig:0), cost(s:11, r:0, c:12, rw:0), all:36374, retry:1, cgi:, taskid:5, tid:20333 2020-08-09 16:01:37.092 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 16:01:37.092 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 16:01:37.092 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 16:01:37.093 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 16:01:37.095 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +2, 2020-08-09 16:01:37.095 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:<- SingleRespHandle +3, 2020-08-09 16:01:37.095 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:37.095 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 16:01:37.095 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 16:01:37.095 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 16:01:37.095 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 16:01:37.095 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 16:01:37.095 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.096 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.096 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.096 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 16:01:37.096 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.097 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.097 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:37.097 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.097 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.097 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.097 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.098 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.098 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.098 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.098 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.098 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.098 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.098 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.099 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.099 15917-20046/ I/mars::stn: [longlink_task_manager.cc,
RunOnStartTask, 392]:task add into longlink readwrite suc cgi:, cmdid:10001, taskid:6, size:73, timeout(firstpkg:13, rw:18, task:40), retry:1, curtime:2008276229, start_send_time:2008239919, 2020-08-09 16:01:37.099 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:-> SingleRespHandle 2020-08-09 16:01:37.099 15917-20046/ I/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 426]:task end callback long cmdid:10001, err(0, 0, 0), svr(47.114.195.44:7910, DNSIP, videocalltest.wahachat.com), cli(, , n:"Yalla", sig:0), cost(s:73, r:0, c:12, rw:0), all:36325, retry:1, cgi:, taskid:6, tid:20333 2020-08-09 16:01:37.099 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 16:01:37.099 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 16:01:37.099 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 16:01:37.100 15915-20018/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 16:01:37.100 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +0, 2020-08-09 16:01:37.100 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:<- SingleRespHandle +1, 2020-08-09 16:01:37.100 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:37.100 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 16:01:37.100 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +0, 2020-08-09 16:01:37.100 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 16:01:37.100 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 16:01:37.101 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 16:01:37.101 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.101 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.101 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.101 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +0, 2020-08-09 16:01:37.101 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.101 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.101 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.101 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.102 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.102 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.102 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.102 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.102 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.102 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.102 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.102 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.102 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.103 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.103 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:37.103 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 392]:task add into longlink readwrite suc cgi:, cmdid:1, taskid:7, size:10, timeout(firstpkg:15, rw:20, task:40), retry:1, curtime:2008276229, start_send_time:2008244881, 2020-08-09 16:01:37.103 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:-> SingleRespHandle 2020-08-09 16:01:37.103 15917-20046/ I/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 426]:task end callback long cmdid:1, err(0, 0, 0), svr(47.114.195.44:7910, DNSIP, videocalltest.wahachat.com), cli(, , n:"Yalla", sig:0), cost(s:10, r:0, c:12, rw:0), all:31367, retry:1, cgi:, taskid:7, tid:20333 2020-08-09 16:01:37.103 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 16:01:37.103 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +0, 2020-08-09 16:01:37.103 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 16:01:37.104 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 16:01:37.104 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +0, 2020-08-09 16:01:37.104 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:<- SingleRespHandle +1, 2020-08-09 16:01:37.104 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:37.104 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 500 2020-08-09 16:01:37.105 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:01:37.105 15917-20046/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 96]:-> OnLongLinkStatuChanged 2020-08-09 16:01:37.105 15917-20046/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 16:01:37.106 15917-20046/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 8, ret= true 2020-08-09 16:01:37.106 15917-20046/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +1, 2020-08-09 16:01:37.106 15917-20046/ I/mars::comm: [alarm.cc, Cancel, 95]:alarm cancel id:538587628960, seq:8, after:720000 2020-08-09 16:01:37.106 15917-20046/ V/mars::stn: [timing_sync.cc, OnLongLinkStatuChanged, 96]:<- OnLongLinkStatuChanged +1, 2020-08-09 16:01:37.106 15917-20046/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:-> RedoTasks 2020-08-09 16:01:37.106 15917-20046/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:<- RedoTasks +0, 2020-08-09 16:01:37.106 15917-20046/ I/mars::stn: [net_core.cc, ConnStatusCallBack, 718]:reportNetConnectInfo all_connstatus:4, longlink_connstatus:4 2020-08-09 16:01:37.106 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:-> operator() 2020-08-09 16:01:37.106 15917-20333/ E/BaseApplication$initMars: cmd123:E496C3C380DB229123CEF116A63F80F3 2020-08-09 16:01:37.107 15917-20333/ E/BaseApplication$initMars: cmdId:reconnect 2020-08-09 16:01:37.107 15917-20333/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 212]:<- operator() +25, 2020-08-09 16:01:37.107 15917-20333/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:01:37.110 15917-20333/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 12, after= 8000, ret= true 2020-08-09 16:01:37.110 15917-20333/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +2, 2020-08-09 16:01:37.110 15917-20333/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:538609431944, after:8000, seq:12, po.reg.q:536902446416,po.reg.s:0,po.s:157, MQ:536902446416 2020-08-09 16:01:37.110 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:37.110 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 8000 2020-08-09 16:01:37.111 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:01:37.111 15917-20333/ V/mars::stn: [smart_heartbeat.cc, OnHeartbeatStart, 70]:-> OnHeartbeatStart 2020-08-09 16:01:37.111 15917-20333/ V/mars::stn: [smart_heartbeat.cc, OnHeartbeatStart, 70]:<- OnHeartbeatStart +0, 2020-08-09 16:01:37.111 15917-20333/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:01:37.112 15917-20046/ E/BaseApplication$initMars: cmdnet:status:4 -- linkConnect:4 2020-08-09 16:01:37.112 15917-20046/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 339]:all_connstatus = 4, longlink_connstatus = 4 2020-08-09 16:01:37.112 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 333]:<- operator() +6, 2020-08-09 16:01:37.112 15917-20333/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 13, after= 210000, ret= true 2020-08-09 16:01:37.113 15917-20333/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +1, 2020-08-09 16:01:37.113 15917-20333/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:538609432128, after:210000, seq:13, po.reg.q:536902446416,po.reg.s:0,po.s:158, MQ:536902446416 2020-08-09 16:01:37.113 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 582]:start noop synccheck taskid:4294967294, cmdid:10001, last:(0,0), next:210000 2020-08-09 16:01:37.113 15917-20333/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 16:01:37.114 15917-20333/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 13, ret= true 2020-08-09 16:01:37.114 15917-20333/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +0, 2020-08-09 16:01:37.114 15917-20333/ I/mars::comm: [alarm.cc, Cancel, 95]:alarm cancel id:538609432128, seq:13, after:210000 2020-08-09 16:01:37.114 15917-20333/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:01:37.114 15917-20333/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 14, after= 210000, ret= true 2020-08-09 16:01:37.115 15917-20333/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +0, 2020-08-09 16:01:37.115 15917-20333/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:538609432128, after:210000, seq:14, po.reg.q:536902446416,po.reg.s:0,po.s:159, MQ:536902446416 2020-08-09 16:01:37.115 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:01:37.115 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 663]:task socket send sock:41, all send:247, count:4, sub send taskid:5, cmdid:1, , len(S:31, 31/31), sub send taskid:6, cmdid:10001, , len(S:93, 93/93), sub send taskid:7, cmdid:1, , len(S:30, 30/30), sub send taskid:4294967294, cmdid:10001, , len(S:93, 93/93), 2020-08-09 16:01:37.115 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:01:37.115 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:01:37.116 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:-> OnSend 2020-08-09 16:01:37.116 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:<- OnSend +0, 2020-08-09 16:01:37.116 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:-> OnSend 2020-08-09 16:01:37.116 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:<- OnSend +0, 2020-08-09 16:01:37.116 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:-> OnSend 2020-08-09 16:01:37.116 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:<- OnSend +0, 2020-08-09 16:01:37.116 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:-> OnSend 2020-08-09 16:01:37.116 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:<- OnSend +0, 2020-08-09 16:01:37.380 15917-20333/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:01:37.384 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:01:37.385 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 752]:task socket recv sock:41, recv len:40, buff len:40 2020-08-09 16:01:37.385 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:41, pack recv finish taskid:0, cmdid:1, , packlen:(20/20) 2020-08-09 16:01:37.385 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:01:37.385 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:01:37.385 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:41, pack recv finish taskid:6, cmdid:10001, , packlen:(20/20) 2020-08-09 16:01:37.386 15917-20046/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 543]:task push seq:0, cmdid:1, len:(0, 0) 2020-08-09 16:01:37.387 15917-20046/ I/mars::stn: [net_core.cc, OnPush, 567]:task push seq:0, cmdid:1, len:0 2020-08-09 16:01:37.387 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 16:01:37.387 15917-20046/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 73]:the data.Lenght() < = 0 2020-08-09 16:01:37.388 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 1 2020-08-09 16:01:37.389 15917-20046/ W/System.err: at com.tencent.mars.sample.wrapper.remote.MarsPushMessageFilter$Stub$Proxy.onRecv(MarsPushMessageFilter.java:112) 2020-08-09 16:01:37.390 15917-20046/ W/System.err: at com.tencent.mars.sample.wrapper.service.MarsServiceStub.onPush(MarsServiceStub.java:177) 2020-08-09 16:01:37.390 15917-20046/ W/System.err: at com.tencent.mars.stn.StnLogic.onPush(StnLogic.java:424) 2020-08-09 16:01:37.390 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +3, 2020-08-09 16:01:37.390 15917-20046/ W/mars::stn: [longlink_task_manager.cc, OnResponse, 562]:task no found task:6, cmdid:10001, ect:0, errcode:0 2020-08-09 16:01:37.395 15917-20333/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:01:37.398 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:01:37.398 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 752]:task socket recv sock:41, recv len:215, buff len:215 2020-08-09 16:01:37.399 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:41, pack recv finish taskid:0, cmdid:39000, , packlen:(27/27) 2020-08-09 16:01:37.399 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:41, pack recv finish taskid:0, cmdid:20001, , packlen:(164/164) 2020-08-09 16:01:37.399 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:41, pack recv finish taskid:0, cmdid:1, , packlen:(24/24) 2020-08-09 16:01:37.399 15917-20046/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 543]:task push seq:0, cmdid:39000, len:(7, 0) 2020-08-09 16:01:37.399 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:01:37.399 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:01:37.399 15917-20046/ I/mars::stn: [net_core.cc, OnPush, 567]:task push seq:0, cmdid:39000, len:7 2020-08-09 16:01:37.399 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 16:01:37.400 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 39000 2020-08-09 16:01:37.400 15917-20333/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:01:37.401 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +1, 2020-08-09 16:01:37.401 15917-20046/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 543]:task push seq:0, cmdid:20001, len:(144, 0) 2020-08-09 16:01:37.401 15917-20046/ I/mars::stn: [net_core.cc, OnPush, 567]:task push seq:0, cmdid:20001, len:144 2020-08-09 16:01:37.402 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 16:01:37.403 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 20001 2020-08-09 16:01:37.403 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +1, 2020-08-09 16:01:37.403 15917-20046/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 543]:task push seq:0, cmdid:1, len:(4, 0) 2020-08-09 16:01:37.403 15917-20046/ I/mars::stn: [net_core.cc, OnPush, 567]:task push seq:0, cmdid:1, len:4 2020-08-09 16:01:37.403 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 16:01:37.404 15915-19850/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 1 2020-08-09 16:01:37.404 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +1, 2020-08-09 16:01:37.407 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:01:37.407 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:01:37.407 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:01:37.408 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 752]:task socket recv sock:41, recv len:20, buff len:20 2020-08-09 16:01:37.408 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:41, pack recv finish taskid:4294967294, cmdid:10001, , packlen:(20/20) 2020-08-09 16:01:37.408 15917-20333/ I/mars::stn: [longlink.cc, NoopResp, 306]:end noop synccheck 2020-08-09 16:01:37.408 15917-20333/ I/mars::stn: [longlink_identify_checker.cc, OnIdentifyResp, 79]:identifycheck(synccheck) resp 2020-08-09 16:01:37.408 15917-20333/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 282]:-> operator() 2020-08-09 16:01:37.408 15917-20333/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 294]:the respbuffer.Lenght() < = 0 2020-08-09 16:01:37.408 15917-20333/ D/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 301]:the hashCodeBuffer.Lenght() < = 0 2020-08-09 16:01:37.408 15917-20333/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 282]:<- operator() +0, 2020-08-09 16:01:37.410 15917-20333/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 16:01:37.411 15917-20046/ D/mars::stn: [net_check_logic.cc, UpdateLongLinkInfo, 118]:shortlink:_continueFailCount=0, _isTaskSucc=1, records=0xfffffffb 2020-08-09 16:01:37.411 15917-20046/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:-> RedoTasks 2020-08-09 16:01:37.411 15917-20046/ I/mars::stn: [zombie_task_manager.cc, RedoTasks, 117]:<- RedoTasks +0, 2020-08-09 16:01:37.411 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.412 15917-20333/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 12, ret= true 2020-08-09 16:01:37.412 15917-20333/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +2, 2020-08-09 16:01:37.412 15917-20333/ I/mars::comm: [alarm.cc, Cancel, 95]:alarm cancel id:538609431944, seq:12, after:8000 2020-08-09 16:01:37.412 15917-20333/ I/mars::stn: [smart_heartbeat.cc, OnHeartResult, 107]:heart result:true, timeout:false 2020-08-09 16:01:37.412 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.413 15917-20333/ I/mars::stn: [longlink.cc, NoopResp, 324]:noop succ, interval:210000 2020-08-09 16:01:37.413 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:37.413 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:37.414 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:37.414 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BE6, _timeout= 500 2020-08-09 16:01:37.414 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:37.415 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:37.415 15917-20333/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +0, 2020-08-09 16:01:37.415 15917-20046/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:-> getCurWifiInfo 2020-08-09 16:01:37.415 15917-20333/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:01:37.415 15917-20046/ V/mars::comm: [platform_comm.cc, getCurWifiInfo, 241]:<- getCurWifiInfo +0, 2020-08-09 16:01:37.416 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:01:37.417 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 752]:task socket recv sock:41, recv len:191, buff len:191 2020-08-09 16:01:37.417 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:01:37.417 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:41, pack recv finish taskid:0, cmdid:39000, , packlen:(27/27) 2020-08-09 16:01:37.417 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:01:37.417 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:41, pack recv finish taskid:0, cmdid:20001, , packlen:(164/164) 2020-08-09 16:01:37.417 15917-20046/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 543]:task push seq:0, cmdid:39000, len:(7, 0) 2020-08-09 16:01:37.417 15917-20046/ I/mars::stn: [net_core.cc, OnPush, 567]:task push seq:0, cmdid:39000, len:7 2020-08-09 16:01:37.418 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 16:01:37.418 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 39000 2020-08-09 16:01:37.419 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +1, 2020-08-09 16:01:37.419 15917-20046/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 543]:task push seq:0, cmdid:20001, len:(144, 0) 2020-08-09 16:01:37.419 15917-20046/ I/mars::stn: [net_core.cc, __OnPush, 567]:task push seq:0, cmdid:20001, len:144 2020-08-09 16:01:37.419 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 16:01:37.419 15915-19850/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 20001 2020-08-09 16:01:37.420 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +0, 2020-08-09 16:01:37.960 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:37.960 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 500 2020-08-09 16:01:37.964 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +3, 2020-08-09 16:01:40.734 15915-15915/ E/MainActivity$startMarsTask$2$run: trLayout:0,0,0,0,8 2020-08-09 16:01:40.734 15915-19930/ D/Mars.Sample.MarsServiceProxy: [, , 0]:sending task = AbsMarsTask: {long_support=true; cmd_id=1; short_support=false; host=dtslavedev.wahachat.com; cgi_path=; } 2020-08-09 16:01:40.738 15917-19947/ I/Mars.Sample.MarsServiceStub: [, , 0]:now start task with id 8 2020-08-09 16:01:40.738 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:-> Java_com_tencent_mars_stn_StnLogic_startTask 2020-08-09 16:01:40.739 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_startTask, 159]:<- Java_com_tencent_mars_stn_StnLogic_startTask +0, 2020-08-09 16:01:40.740 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:-> Java_com_tencent_mars_stn_StnLogic_hasTask 2020-08-09 16:01:40.740 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:40.741 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:40.741 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:40.741 15917-20046/ I/mars::stn: [net_core.cc, operator, 310]:task start long short taskid:8, cmdid:1, need_authed:false, cgi:, channel_select:2, limit_flow:true, host:dtslavedev.wahachat.com, send_only:true, cmdid:1, server_process_cost:0, retrycount:-1, channel_strategy:0, total_timetout:0, network_status_sensitive:false, priority:3, report_arg: 2020-08-09 16:01:40.742 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:-> StartTask 2020-08-09 16:01:40.742 15917-20046/ D/mars::stn: [longlink_task_manager.cc, StartTask, 86]:taskid=8 2020-08-09 16:01:40.742 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 309]:host ip to callback is
2020-08-09 16:01:40.742 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:-> operator() 2020-08-09 16:01:40.743 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 119]:<- operator() +1, 2020-08-09 16:01:40.744 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:-> Check 2020-08-09 16:01:40.744 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:-> Check 2020-08-09 16:01:40.744 15917-20046/ D/mars::stn: [frequency_limit.cc, Check, 78]:InsertRecord Task Info: ptr=0x7D6B175F90, cmdid=1, need_authed=false, cgi:, channel_select=2, limit_flow=true 2020-08-09 16:01:40.744 15917-20046/ V/mars::stn: [frequency_limit.cc, Check, 46]:<- Check +0, 2020-08-09 16:01:40.744 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:40.746 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:40.747 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +2, 2020-08-09 16:01:40.747 15917-20046/ V/mars::stn: [anti_avalanche.cc, Check, 45]:<- Check +3, 2020-08-09 16:01:40.747 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:40.749 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:40.750 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +2, 2020-08-09 16:01:40.750 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:40.752 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:40.752 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +1, 2020-08-09 16:01:40.752 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:40.753 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:40.753 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:40.753 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:40.753 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:40.754 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:40.754 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:-> getNetInfo 2020-08-09 16:01:40.754 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 146]:netInfo= 1 2020-08-09 16:01:40.754 15917-20046/ V/mars::comm: [platform_comm.cc, getNetInfo, 131]:<- getNetInfo +0, 2020-08-09 16:01:40.755 15917-20046/ I/mars::stn: [longlink_task_manager.cc, RunOnStartTask, 392]:task add into longlink readwrite suc cgi:, cmdid:1, taskid:8, size:10, timeout(firstpkg:12, rw:17, task:40), retry:1, curtime:2008279887, start_send_time:2008279887, 2020-08-09 16:01:40.755 15917-20333/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:01:40.755 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:-> SingleRespHandle 2020-08-09 16:01:40.755 15917-20046/ I/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 426]:task end callback long cmdid:1, err(0, 0, 0), svr(47.114.195.44:7910, DNSIP, videocalltest.wahachat.com), cli(, 172.20.41.153, n:"Yalla", sig:0), cost(s:10, r:0, c:12, rw:0), all:13, retry:1, cgi:, taskid:8, tid:20333 2020-08-09 16:01:40.755 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:-> operator() 2020-08-09 16:01:40.756 15917-20333/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:-> stopAlarm 2020-08-09 16:01:40.756 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 45]:<- operator() +1, 2020-08-09 16:01:40.757 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:-> operator() 2020-08-09 16:01:40.759 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10004 2020-08-09 16:01:40.759 15917-20333/ D/mars::comm: [platform_comm.cc, stopAlarm, 72]:id= 14, ret= true 2020-08-09 16:01:40.759 15917-20333/ V/mars::comm: [platform_comm.cc, stopAlarm, 64]:<- stopAlarm +2, 2020-08-09 16:01:40.759 15917-20333/ I/mars::comm: [alarm.cc, Cancel, 95]:alarm cancel id:538609432128, seq:14, after:210000 2020-08-09 16:01:40.759 15917-20333/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:-> startAlarm 2020-08-09 16:01:40.759 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 387]:<- operator() +2, 2020-08-09 16:01:40.760 15917-20046/ V/mars::stn: [longlink_task_manager.cc, SingleRespHandle, 404]:<- SingleRespHandle +4, 2020-08-09 16:01:40.760 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:-> wakeupLock_Lock_Timeout 2020-08-09 16:01:40.760 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 479]:_object= 0x3BF6, _timeout= 500 2020-08-09 16:01:40.765 15917-20046/ V/mars::comm: [platform_comm.cc, wakeupLock_Lock_Timeout, 476]:<- wakeupLock_Lock_Timeout +5, 2020-08-09 16:01:40.766 15917-20046/ V/mars::stn: [longlink_task_manager.cc, StartTask, 85]:<- StartTask +24, 2020-08-09 16:01:40.766 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:-> HasTask 2020-08-09 16:01:40.766 15917-20046/ V/mars::stn: [longlink_task_manager.cc, HasTask, 120]:<- HasTask +0, 2020-08-09 16:01:40.766 15917-20046/ V/mars::stn: [zombie_task_manager.cc, HasTask, 95]:-> HasTask 2020-08-09 16:01:40.767 15917-20046/ V/mars::stn: [zombie_task_manager.cc, HasTask, 95]:<- HasTask +0, 2020-08-09 16:01:40.767 15917-20046/ V/mars::stn: [shortlink_task_manager.cc, HasTask, 119]:-> HasTask 2020-08-09 16:01:40.767 15917-20046/ V/mars::stn: [shortlink_task_manager.cc, HasTask, 119]:<- HasTask +0, 2020-08-09 16:01:40.767 15917-19947/ V/mars::stn: [com_tencent_mars_stn_StnLogic_Java2C.cc, Java_com_tencent_mars_stn_StnLogic_hasTask, 254]:<- Java_com_tencent_mars_stn_StnLogic_hasTask +27, 2020-08-09 16:01:40.768 15917-20333/ D/mars::comm: [platform_comm.cc, startAlarm, 58]:id= 15, after= 210000, ret= true 2020-08-09 16:01:40.768 15917-20333/ V/mars::comm: [platform_comm.cc, startAlarm, 49]:<- startAlarm +8, 2020-08-09 16:01:40.768 15917-19947/ E/Mars.Sample.MarsServiceStub: [, , 0]:stn task start failed with id 8 2020-08-09 16:01:40.768 15917-20333/ I/mars::comm: [alarm.cc, Start, 69]:alarm id:538609432128, after:210000, seq:15, po.reg.q:536902446416,po.reg.s:0,po.s:174, MQ:536902446416 2020-08-09 16:01:40.770 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:01:40.771 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 663]:task socket send sock:41, all send:30, count:1, sub send taskid:8, cmdid:1, , len(S:30, 30/30), 2020-08-09 16:01:40.772 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:01:40.772 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:01:40.772 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:-> OnSend 2020-08-09 16:01:40.772 15917-20046/ V/mars::stn: [longlink_task_manager.cc, OnSend, 624]:<- OnSend +0, 2020-08-09 16:01:40.925 15917-20333/ V/mars::comm: [socketbreaker.cc, Clear, 129]:Ret=-1 2020-08-09 16:01:40.929 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 10002 2020-08-09 16:01:40.930 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 752]:task socket recv sock:41, recv len:24, buff len:24 2020-08-09 16:01:40.930 15917-20333/ I/mars::stn: [longlink.cc, RunReadWrite, 771]:task socket recv sock:41, pack recv finish taskid:0, cmdid:1, , packlen:(24/24) 2020-08-09 16:01:40.931 15915-19931/ W/System.err: at .mars.core.StatisticHandler.handleRecvMessage(StatisticHandler.java:65) 2020-08-09 16:01:40.931 15915-19931/ W/System.err: at .mars.core.MainService$1.run(MainService.java:59) 2020-08-09 16:01:40.931 15917-20046/ I/mars::stn: [longlink_task_manager.cc, OnResponse, 543]:task push seq:0, cmdid:1, len:(4, 0) 2020-08-09 16:01:40.931 15917-20046/ I/mars::stn: [net_core.cc, __OnPush, 567]:task push seq:0, cmdid:1, len:4 2020-08-09 16:01:40.931 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:-> operator() 2020-08-09 16:01:40.933 15915-20020/ I/Mars.Sample.MarsServiceProxy: [, , 0]:processing push message, cmdid = 1 2020-08-09 16:01:40.933 15917-20046/ V/mars::stn: [com_tencent_mars_stn_StnLogic_C2Java.cc, operator, 61]:<- operator() +2,

这个编译版本可以进行通讯,但是断网以及重连reportConnectInfo的回调需要30S ,IOS 可以立即感知

CLlongaotian commented 4 years ago

我使用android 1.2.4 版本初始化到StnLogic中Mars.loadDefaultMarsLibrary();加载lib时就奔溃了,我是按照接入指南中给的初始化的,而使用simple时初始化 MarsServiceNative一直启动不了或者找不到对象.

Nextweekends commented 4 years ago

我使用android 1.2.4 版本初始化到StnLogic中Mars.loadDefaultMarsLibrary();加载lib时就奔溃了,我是按照接入指南中给的初始化的,而使用simple时初始化 MarsServiceNative一直启动不了或者找不到对象.

在public static boolean startAlarm(final int id, final int after)上添加参数type,改成public static boolean startAlarm(final int type, final int id, final int after)就可运行

CLlongaotian commented 4 years ago

我正在使用Android 1.2.4版本初始化到StnLogic中Mars.loadDefaultMarsLibrary();加载lib时就奔溃了,我是按照替换指南中给的初始化的,而使用简单时初始化MarsServiceNative一直启动不了或是发现对象。

在公共静态布尔值startAlarm(最终int id,最终int之后)上添加参数类型,改成公共静态布尔值startAlarm(最终int类型,final int id,最终int after)就可以运行

我是通过compile 'com.tencent.mars:mars-core:1.2.4'导入的,而此方法是在jar里面的.修改不了,需要我改成本地编译?