0% found this document useful (0 votes)
192 views13 pages

0 1 App Log

The document contains log messages from a push notification service. It shows the service connecting to a push notification server, receiving a message from the server, and then encountering an IO exception that disconnects the client from the server.

Uploaded by

Wahyuni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
192 views13 pages

0 1 App Log

The document contains log messages from a push notification service. It shows the service connecting to a push notification server, receiving a message from the server, and then encountering an IO exception that disconnects the client from the server.

Uploaded by

Wahyuni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 13

D/2019-11-27 23:59:13.773 [main][TPush] [4.

32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-27 23:59:13.776 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-27 23:59:13.799 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-27 23:59:13.858 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574873953807,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":3,"con_failed":2,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
D/2019-11-27 23:59:13.988 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 61
D/2019-11-27 23:59:14.066 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_PUSH isResponse = false packetLength = 46
D/2019-11-27 23:59:14.069 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
PushMessageRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_PUSH isResponse =
false packetLength = 46
V/2019-11-27 23:59:14.085 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:receive msg from service msgId = 0 pkg = size =
1
D/2019-11-27 23:59:14.087 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:distributeFromServer : accid=0
,channelId=0,busiId=0,pkg=,msgId=0,type=0,ts=0,multi=0,date=,serverTime=0,ttl=0,
size = 1
V/2019-11-27 23:59:14.092 [tpush.working.thread][XGService] [4.32]
[com.dts.freefireth:xg_service_v4]:@@ msgServiceAck: Not add LocalMsg
D/2019-11-27 23:59:14.095 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:>> messageDistribute, msg.appPkgName is null!
D/2019-11-28 00:04:22.293 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:04:22.320 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:8080,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:04:22.420 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:04:22.429 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:04:22.448 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:04:22.612 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574874262448,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":3,"con_failed":2,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
E/2019-11-28 00:04:22.675 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:<<< Run <<< socketChannel IOException
* Exception :
java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)
at libcore.io.IoBridge.maybeThrowAfterRecvfrom(IoBridge.java:592)
at libcore.io.IoBridge.recvfrom(IoBridge.java:568)
at java.nio.SocketChannelImpl.readImpl(SocketChannelImpl.java:342)
at java.nio.SocketChannelImpl.read(SocketChannelImpl.java:304)
at com.tencent.android.tpush.service.channel.a.a.run(ProGuard:225)
Caused by: android.system.ErrnoException: recvfrom failed: ECONNRESET (Connection
reset by peer)
at libcore.io.Posix.recvfromBytes(Native Method)
at libcore.io.Posix.recvfrom(Posix.java:175)
at libcore.io.BlockGuardOs.recvfrom(BlockGuardOs.java:245)
at libcore.io.IoBridge.recvfrom(IoBridge.java:565)
... 3 more

E/2019-11-28 00:04:22.701 [TpnsClient][TpnsClient] [4.32]


[com.dts.freefireth:xg_service_v4]:delegate.clientExceptionOccurs <<< Run <<<
exit!!! cause:
com.tencent.android.tpush.service.channel.exception.ChannelException: TpnsClient 发
生 IO 异常,链路可能被关闭
E/2019-11-28 00:04:22.707 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:clientExceptionOccurs(isHttpClient :
false,com.tencent.android.tpush.service.channel.exception.ChannelException:
TpnsClient 发生 IO 异常,链路可能被关闭)
D/2019-11-28 00:04:22.735 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:onDisconnected and retry HANDLER_CHECKANDSETUP
2000 retry times = 1
V/2019-11-28 00:04:24.746 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
null, isClientCreating = false)
D/2019-11-28 00:04:24.765 [tpush.working.thread][XGHorse] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> createOptimalSocketChannel run
D/2019-11-28 00:04:24.773 [tpush.working.thread][XGHorse] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> createOptimalSocketChannel run
D/2019-11-28 00:04:24.845 [tpush.working.thread][httpDns] [4.32]
[com.dts.freefireth:xg_service_v4]:cacheResult:
{"ips":"203.205.254.117;203.205.254.169","ttl":300,"exp":1574872277688},diff:-
1987147
W/2019-11-28 00:04:24.850 [tpush.working.thread][httpDns] [4.32]
[com.dts.freefireth:xg_service_v4]:cacheResult Exp.
D/2019-11-28 00:04:25.072 [tpush.working.thread][httpDns] [4.32]
[com.dts.freefireth:xg_service_v4]:getAddrByName
line:3eeef9bfa6f89c851d78fc98210e80223eeef9bfa6f89c8584763a1edb85511368bb18fa1cb967
03
D/2019-11-28 00:04:25.075 [tpush.working.thread][httpDns] [4.32]
[com.dts.freefireth:xg_service_v4]:ttl:300,300
D/2019-11-28 00:04:25.089 [tpush.working.thread][httpDns] [4.32]
[com.dts.freefireth:xg_service_v4]:cacheResult:
{"ips":"203.205.254.117;203.205.254.169","ttl":300,"exp":1574874565076},diff:299990
D/2019-11-28 00:04:25.092 [tpush.working.thread][SocketClient] [4.32]
[com.dts.freefireth:xg_service_v4]:use httpdns StrategyItem:203.205.254.169:80
D/2019-11-28 00:04:25.095 [tpush.working.thread][SocketClient] [4.32]
[com.dts.freefireth:xg_service_v4]:connect to 203.205.254.169:80
V/2019-11-28 00:04:25.167 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:ICreateSocketChannelCallback
onSuccess(java.nio.SocketChannelImpl@3a0d5b25,java.nio.SocketChannelImpl@3a0d5b25)
I/2019-11-28 00:04:25.189 [tpush.working.thread][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:Connect to Xinge Server succeed!
D/2019-11-28 00:04:25.241 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> sendReconnMessage with token -
968f3b28d6b01257886a20352809b7c2bf639b2b
V/2019-11-28 00:04:25.245 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.169,port:80,protocol:tcp), isClientCreating = false)
I/2019-11-28 00:04:25.251 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:TpnsClient is running and ready for send and
recevie msg.
D/2019-11-28 00:04:25.319 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidSendPacket packet : h
protocol = 1 command = TPNS_COMMAND_RECONNECT isResponse = false packetLength = 384
D/2019-11-28 00:04:25.483 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 35
D/2019-11-28 00:04:25.496 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_RECONNECT isResponse = true packetLength = 20
D/2019-11-28 00:04:25.499 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
RequestSuccRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_RECONNECT
isResponse = true packetLength = 20
D/2019-11-28 00:04:25.509 [tpush.working.thread][PushServiceNetworkHandler] [4.32]
[com.dts.freefireth:xg_service_v4]:reconnCallback onResponse request:token:
968f3b28d6b01257886a20352809b7c2bf639b2b
deviceId: 6377ff8c894df705ed351556046d201d
networkType: 4
unregInfoList: 0, []
recvMsgList: 0, []
mutableInfo: {
ssid:
bssid:
mac: f0:6d:78:3f:03:36
wflist:
}
deviceType: 0
msgClickList: null sdkVersion: 4.32
reserved:
{"new_mid":"968f3b28d6b01257886a20352809b7c2bf639b2b","new_mid_v":"4.07","app_acces
sids":[2100275588]}
connVersion: 4
guid: 11485221907
ts: 0
configVersion: -1
, responseCode:0, response:confVersion: 32
appOfflinePushMsgList: 0, []
timeUs: 1574874325288108

D/2019-11-28 00:04:25.515 [tpush.working.thread][PushServiceNetworkHandler] [4.32]


[com.dts.freefireth:xg_service_v4]:reconnCallback onResponse rsp==null?:false
D/2019-11-28 00:04:25.517 [tpush.working.thread][PushServiceNetworkHandler] [4.32]
[com.dts.freefireth:xg_service_v4]:loadIPList :32
E/2019-11-28 00:05:01.494 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:The readBuffer is not full, but we can not read
data, disconnect the socket
E/2019-11-28 00:05:01.571 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:<<< Run <<< socketChannel IOException
* Exception :
java.io.IOException: socket channel read return 0
at com.tencent.android.tpush.service.channel.a.a.run(ProGuard:243)

E/2019-11-28 00:05:01.589 [TpnsClient][TpnsClient] [4.32]


[com.dts.freefireth:xg_service_v4]:delegate.clientExceptionOccurs <<< Run <<<
exit!!! cause:
com.tencent.android.tpush.service.channel.exception.ChannelException: TpnsClient 发
生 IO 异常,链路可能被关闭
E/2019-11-28 00:05:01.596 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:clientExceptionOccurs(isHttpClient :
false,com.tencent.android.tpush.service.channel.exception.ChannelException:
TpnsClient 发生 IO 异常,链路可能被关闭)
D/2019-11-28 00:05:01.618 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:onDisconnected and retry HANDLER_CHECKANDSETUP
2000 retry times = 1
I/2019-11-28 00:05:01.671 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574874301608,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":4,"con_failed":4,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
V/2019-11-28 00:05:03.743 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
null, isClientCreating = false)
D/2019-11-28 00:05:03.758 [tpush.working.thread][XGHorse] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> createOptimalSocketChannel run
D/2019-11-28 00:05:03.762 [tpush.working.thread][XGHorse] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> createOptimalSocketChannel run
D/2019-11-28 00:05:04.042 [tpush.working.thread][httpDns] [4.32]
[com.dts.freefireth:xg_service_v4]:cacheResult:
{"ips":"203.205.254.117;203.205.254.169","ttl":300,"exp":1574874565076},diff:261041
D/2019-11-28 00:05:04.050 [tpush.working.thread][SocketClient] [4.32]
[com.dts.freefireth:xg_service_v4]:use httpdns StrategyItem:203.205.254.117:80
D/2019-11-28 00:05:04.053 [tpush.working.thread][SocketClient] [4.32]
[com.dts.freefireth:xg_service_v4]:connect to 203.205.254.117:80
V/2019-11-28 00:05:04.106 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:ICreateSocketChannelCallback
onSuccess(java.nio.SocketChannelImpl@3b2629b4,java.nio.SocketChannelImpl@3b2629b4)
I/2019-11-28 00:05:04.111 [tpush.working.thread][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:Connect to Xinge Server succeed!
D/2019-11-28 00:05:04.188 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> sendReconnMessage with token -
968f3b28d6b01257886a20352809b7c2bf639b2b
V/2019-11-28 00:05:04.207 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:80,protocol:tcp), isClientCreating = false)
I/2019-11-28 00:05:04.215 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:TpnsClient is running and ready for send and
recevie msg.
D/2019-11-28 00:05:04.286 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidSendPacket packet : h
protocol = 1 command = TPNS_COMMAND_RECONNECT isResponse = false packetLength = 384
D/2019-11-28 00:05:04.449 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 35
D/2019-11-28 00:05:04.465 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_RECONNECT isResponse = true packetLength = 20
D/2019-11-28 00:05:04.467 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
RequestSuccRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_RECONNECT
isResponse = true packetLength = 20
D/2019-11-28 00:05:04.478 [tpush.working.thread][PushServiceNetworkHandler] [4.32]
[com.dts.freefireth:xg_service_v4]:reconnCallback onResponse request:token:
968f3b28d6b01257886a20352809b7c2bf639b2b
deviceId: 6377ff8c894df705ed351556046d201d
networkType: 4
unregInfoList: 0, []
recvMsgList: 0, []
mutableInfo: {
ssid:
bssid:
mac: f0:6d:78:3f:03:36
wflist:
}
deviceType: 0
msgClickList: null sdkVersion: 4.32
reserved:
{"new_mid":"968f3b28d6b01257886a20352809b7c2bf639b2b","new_mid_v":"4.07","app_acces
sids":[2100275588]}
connVersion: 4
guid: 11485221907
ts: 0
configVersion: -1
, responseCode:0, response:confVersion: 32
appOfflinePushMsgList: 0, []
timeUs: 1574874364252112

D/2019-11-28 00:05:04.481 [tpush.working.thread][PushServiceNetworkHandler] [4.32]


[com.dts.freefireth:xg_service_v4]:reconnCallback onResponse rsp==null?:false
D/2019-11-28 00:05:04.484 [tpush.working.thread][PushServiceNetworkHandler] [4.32]
[com.dts.freefireth:xg_service_v4]:loadIPList :32
E/2019-11-28 00:05:35.514 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:The readBuffer is not full, but we can not read
data, disconnect the socket
E/2019-11-28 00:05:35.517 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:<<< Run <<< socketChannel IOException
* Exception :
java.io.IOException: socket channel read return 0
at com.tencent.android.tpush.service.channel.a.a.run(ProGuard:243)

E/2019-11-28 00:05:35.520 [TpnsClient][TpnsClient] [4.32]


[com.dts.freefireth:xg_service_v4]:delegate.clientExceptionOccurs <<< Run <<<
exit!!! cause:
com.tencent.android.tpush.service.channel.exception.ChannelException: TpnsClient 发
生 IO 异常,链路可能被关闭
E/2019-11-28 00:05:35.525 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:clientExceptionOccurs(isHttpClient :
false,com.tencent.android.tpush.service.channel.exception.ChannelException:
TpnsClient 发生 IO 异常,链路可能被关闭)
D/2019-11-28 00:05:35.535 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:onDisconnected and retry HANDLER_CHECKANDSETUP
2000 retry times = 1
I/2019-11-28 00:05:35.551 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574874335527,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":5,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
V/2019-11-28 00:05:37.544 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
null, isClientCreating = false)
D/2019-11-28 00:05:37.550 [tpush.working.thread][XGHorse] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> createOptimalSocketChannel run
D/2019-11-28 00:05:37.555 [tpush.working.thread][XGHorse] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> createOptimalSocketChannel run
D/2019-11-28 00:05:37.577 [tpush.working.thread][httpDns] [4.32]
[com.dts.freefireth:xg_service_v4]:cacheResult:
{"ips":"203.205.254.117;203.205.254.169","ttl":300,"exp":1574874565076},diff:227503
D/2019-11-28 00:05:37.583 [tpush.working.thread][SocketClient] [4.32]
[com.dts.freefireth:xg_service_v4]:use httpdns StrategyItem:203.205.254.117:14000
D/2019-11-28 00:05:37.587 [tpush.working.thread][SocketClient] [4.32]
[com.dts.freefireth:xg_service_v4]:connect to 203.205.254.117:14000
V/2019-11-28 00:05:37.644 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:ICreateSocketChannelCallback
onSuccess(java.nio.SocketChannelImpl@24358f7f,java.nio.SocketChannelImpl@24358f7f)
I/2019-11-28 00:05:37.646 [tpush.working.thread][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:Connect to Xinge Server succeed!
D/2019-11-28 00:05:37.664 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> sendReconnMessage with token -
968f3b28d6b01257886a20352809b7c2bf639b2b
V/2019-11-28 00:05:37.667 [tpush.working.thread][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
I/2019-11-28 00:05:37.670 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:TpnsClient is running and ready for send and
recevie msg.
D/2019-11-28 00:05:37.682 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidSendPacket packet : h
protocol = 1 command = TPNS_COMMAND_RECONNECT isResponse = false packetLength = 384
D/2019-11-28 00:05:37.819 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 35
D/2019-11-28 00:05:37.832 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_RECONNECT isResponse = true packetLength = 20
D/2019-11-28 00:05:37.835 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
RequestSuccRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_RECONNECT
isResponse = true packetLength = 20
D/2019-11-28 00:05:37.838 [tpush.working.thread][PushServiceNetworkHandler] [4.32]
[com.dts.freefireth:xg_service_v4]:reconnCallback onResponse request:token:
968f3b28d6b01257886a20352809b7c2bf639b2b
deviceId: 6377ff8c894df705ed351556046d201d
networkType: 4
unregInfoList: 0, []
recvMsgList: 0, []
mutableInfo: {
ssid:
bssid:
mac: f0:6d:78:3f:03:36
wflist:
}
deviceType: 0
msgClickList: null sdkVersion: 4.32
reserved:
{"new_mid":"968f3b28d6b01257886a20352809b7c2bf639b2b","new_mid_v":"4.07","app_acces
sids":[2100275588]}
connVersion: 4
guid: 11485221907
ts: 0
configVersion: -1
, responseCode:0, response:confVersion: 32
appOfflinePushMsgList: 0, []
timeUs: 1574874397621205
D/2019-11-28 00:05:37.841 [tpush.working.thread][PushServiceNetworkHandler] [4.32]
[com.dts.freefireth:xg_service_v4]:reconnCallback onResponse rsp==null?:false
D/2019-11-28 00:05:37.844 [tpush.working.thread][PushServiceNetworkHandler] [4.32]
[com.dts.freefireth:xg_service_v4]:loadIPList :32
D/2019-11-28 00:09:59.208 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:09:59.247 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:09:59.343 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:09:59.347 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:09:59.353 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:09:59.469 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574874599369,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":6,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
D/2019-11-28 00:09:59.790 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 61
D/2019-11-28 00:09:59.920 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_PUSH isResponse = false packetLength = 46
D/2019-11-28 00:09:59.923 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
PushMessageRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_PUSH isResponse =
false packetLength = 46
V/2019-11-28 00:09:59.938 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:receive msg from service msgId = 0 pkg = size =
1
D/2019-11-28 00:09:59.944 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:distributeFromServer : accid=0
,channelId=0,busiId=0,pkg=,msgId=0,type=0,ts=0,multi=0,date=,serverTime=0,ttl=0,
size = 1
V/2019-11-28 00:09:59.948 [tpush.working.thread][XGService] [4.32]
[com.dts.freefireth:xg_service_v4]:@@ msgServiceAck: Not add LocalMsg
D/2019-11-28 00:09:59.951 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:>> messageDistribute, msg.appPkgName is null!
D/2019-11-28 00:15:01.000 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:15:01.004 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:15:01.049 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:15:01.054 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:15:01.074 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:15:01.111 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574874901075,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":6,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
D/2019-11-28 00:15:01.225 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 61
D/2019-11-28 00:15:01.289 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_PUSH isResponse = false packetLength = 46
D/2019-11-28 00:15:01.291 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
PushMessageRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_PUSH isResponse =
false packetLength = 46
V/2019-11-28 00:15:01.302 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:receive msg from service msgId = 0 pkg = size =
1
D/2019-11-28 00:15:01.304 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:distributeFromServer : accid=0
,channelId=0,busiId=0,pkg=,msgId=0,type=0,ts=0,multi=0,date=,serverTime=0,ttl=0,
size = 1
V/2019-11-28 00:15:01.306 [tpush.working.thread][XGService] [4.32]
[com.dts.freefireth:xg_service_v4]:@@ msgServiceAck: Not add LocalMsg
D/2019-11-28 00:15:01.309 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:>> messageDistribute, msg.appPkgName is null!
D/2019-11-28 00:19:34.624 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:19:34.653 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:19:34.739 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:19:34.745 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:19:34.757 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:19:34.825 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574875174758,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":6,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
D/2019-11-28 00:19:34.942 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 61
D/2019-11-28 00:19:35.074 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_PUSH isResponse = false packetLength = 46
D/2019-11-28 00:19:35.076 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
PushMessageRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_PUSH isResponse =
false packetLength = 46
V/2019-11-28 00:19:35.086 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:receive msg from service msgId = 0 pkg = size =
1
D/2019-11-28 00:19:35.091 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:distributeFromServer : accid=0
,channelId=0,busiId=0,pkg=,msgId=0,type=0,ts=0,multi=0,date=,serverTime=0,ttl=0,
size = 1
V/2019-11-28 00:19:35.096 [tpush.working.thread][XGService] [4.32]
[com.dts.freefireth:xg_service_v4]:@@ msgServiceAck: Not add LocalMsg
D/2019-11-28 00:19:35.099 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:>> messageDistribute, msg.appPkgName is null!
D/2019-11-28 00:23:56.528 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:23:56.570 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:23:56.635 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:23:56.643 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:23:56.656 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:23:56.727 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574875436658,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":6,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
D/2019-11-28 00:23:56.852 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 61
D/2019-11-28 00:23:57.021 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_PUSH isResponse = false packetLength = 46
D/2019-11-28 00:23:57.027 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
PushMessageRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_PUSH isResponse =
false packetLength = 46
V/2019-11-28 00:23:57.045 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:receive msg from service msgId = 0 pkg = size =
1
D/2019-11-28 00:23:57.048 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:distributeFromServer : accid=0
,channelId=0,busiId=0,pkg=,msgId=0,type=0,ts=0,multi=0,date=,serverTime=0,ttl=0,
size = 1
V/2019-11-28 00:23:57.052 [tpush.working.thread][XGService] [4.32]
[com.dts.freefireth:xg_service_v4]:@@ msgServiceAck: Not add LocalMsg
D/2019-11-28 00:23:57.056 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:>> messageDistribute, msg.appPkgName is null!
D/2019-11-28 00:28:24.475 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:28:24.521 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:28:24.609 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:28:24.613 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:28:24.702 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:28:24.863 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574875704711,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":6,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
D/2019-11-28 00:28:25.013 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 61
D/2019-11-28 00:28:25.152 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_PUSH isResponse = false packetLength = 46
D/2019-11-28 00:28:25.156 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
PushMessageRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_PUSH isResponse =
false packetLength = 46
V/2019-11-28 00:28:25.176 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:receive msg from service msgId = 0 pkg = size =
1
D/2019-11-28 00:28:25.178 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:distributeFromServer : accid=0
,channelId=0,busiId=0,pkg=,msgId=0,type=0,ts=0,multi=0,date=,serverTime=0,ttl=0,
size = 1
V/2019-11-28 00:28:25.183 [tpush.working.thread][XGService] [4.32]
[com.dts.freefireth:xg_service_v4]:@@ msgServiceAck: Not add LocalMsg
D/2019-11-28 00:28:25.186 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:>> messageDistribute, msg.appPkgName is null!
D/2019-11-28 00:33:02.011 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:33:02.051 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:33:02.112 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:33:02.117 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:33:02.133 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:33:02.195 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574875982134,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":6,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
D/2019-11-28 00:33:02.317 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 61
D/2019-11-28 00:33:02.389 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_PUSH isResponse = false packetLength = 46
D/2019-11-28 00:33:02.396 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
PushMessageRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_PUSH isResponse =
false packetLength = 46
V/2019-11-28 00:33:02.408 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:receive msg from service msgId = 0 pkg = size =
1
D/2019-11-28 00:33:02.415 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:distributeFromServer : accid=0
,channelId=0,busiId=0,pkg=,msgId=0,type=0,ts=0,multi=0,date=,serverTime=0,ttl=0,
size = 1
V/2019-11-28 00:33:02.420 [tpush.working.thread][XGService] [4.32]
[com.dts.freefireth:xg_service_v4]:@@ msgServiceAck: Not add LocalMsg
D/2019-11-28 00:33:02.423 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:>> messageDistribute, msg.appPkgName is null!
D/2019-11-28 00:37:23.638 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:37:23.714 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:37:23.837 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:37:23.849 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:37:23.955 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:37:24.052 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574876243969,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":6,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
D/2019-11-28 00:37:24.217 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 61
D/2019-11-28 00:37:24.383 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_PUSH isResponse = false packetLength = 46
D/2019-11-28 00:37:24.388 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
PushMessageRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_PUSH isResponse =
false packetLength = 46
V/2019-11-28 00:37:24.403 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:receive msg from service msgId = 0 pkg = size =
1
D/2019-11-28 00:37:24.412 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:distributeFromServer : accid=0
,channelId=0,busiId=0,pkg=,msgId=0,type=0,ts=0,multi=0,date=,serverTime=0,ttl=0,
size = 1
V/2019-11-28 00:37:24.416 [tpush.working.thread][XGService] [4.32]
[com.dts.freefireth:xg_service_v4]:@@ msgServiceAck: Not add LocalMsg
D/2019-11-28 00:37:24.421 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:>> messageDistribute, msg.appPkgName is null!
D/2019-11-28 00:42:02.762 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:42:02.871 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:42:02.930 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:42:02.935 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:42:03.029 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:42:03.089 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574876523035,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":6,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
D/2019-11-28 00:42:03.377 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 61
D/2019-11-28 00:42:03.605 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_PUSH isResponse = false packetLength = 46
D/2019-11-28 00:42:03.609 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
PushMessageRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_PUSH isResponse =
false packetLength = 46
V/2019-11-28 00:42:03.631 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:receive msg from service msgId = 0 pkg = size =
1
D/2019-11-28 00:42:03.635 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:distributeFromServer : accid=0
,channelId=0,busiId=0,pkg=,msgId=0,type=0,ts=0,multi=0,date=,serverTime=0,ttl=0,
size = 1
V/2019-11-28 00:42:03.638 [tpush.working.thread][XGService] [4.32]
[com.dts.freefireth:xg_service_v4]:@@ msgServiceAck: Not add LocalMsg
D/2019-11-28 00:42:03.644 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:>> messageDistribute, msg.appPkgName is null!
D/2019-11-28 00:46:24.676 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:46:24.811 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:46:24.876 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:46:24.883 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:46:24.909 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:46:24.958 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574876784910,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":6,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
D/2019-11-28 00:46:25.080 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 61
D/2019-11-28 00:46:25.146 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_PUSH isResponse = false packetLength = 46
D/2019-11-28 00:46:25.149 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
PushMessageRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_PUSH isResponse =
false packetLength = 46
V/2019-11-28 00:46:25.172 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:receive msg from service msgId = 0 pkg = size =
1
D/2019-11-28 00:46:25.185 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:distributeFromServer : accid=0
,channelId=0,busiId=0,pkg=,msgId=0,type=0,ts=0,multi=0,date=,serverTime=0,ttl=0,
size = 1
V/2019-11-28 00:46:25.189 [tpush.working.thread][XGService] [4.32]
[com.dts.freefireth:xg_service_v4]:@@ msgServiceAck: Not add LocalMsg
D/2019-11-28 00:46:25.192 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:>> messageDistribute, msg.appPkgName is null!
D/2019-11-28 00:50:46.865 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:50:46.896 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:50:46.996 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:50:47.029 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:50:47.087 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:50:47.227 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574877047088,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":6,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}
D/2019-11-28 00:50:47.367 [TpnsClient][TpnsClient] [4.32]
[com.dts.freefireth:xg_service_v4]:####Read one pkg with length = 61
D/2019-11-28 00:50:47.469 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket packet : g
protocol = 1 command = TPNS_COMMAND_PUSH isResponse = false packetLength = 46
D/2019-11-28 00:50:47.477 [TpnsClient][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> clientDidReceivePacket
PushMessageRunnable NEV1 : g protocol = 1 command = TPNS_COMMAND_PUSH isResponse =
false packetLength = 46
V/2019-11-28 00:50:47.495 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:receive msg from service msgId = 0 pkg = size =
1
D/2019-11-28 00:50:47.497 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:distributeFromServer : accid=0
,channelId=0,busiId=0,pkg=,msgId=0,type=0,ts=0,multi=0,date=,serverTime=0,ttl=0,
size = 1
V/2019-11-28 00:50:47.506 [tpush.working.thread][XGService] [4.32]
[com.dts.freefireth:xg_service_v4]:@@ msgServiceAck: Not add LocalMsg
D/2019-11-28 00:50:47.510 [tpush.working.thread][SrvMessageManager] [4.32]
[com.dts.freefireth:xg_service_v4]:>> messageDistribute, msg.appPkgName is null!
D/2019-11-28 00:55:08.525 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> send heartbeat
V/2019-11-28 00:55:08.540 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Action -> checkAndSetupClient( tpnsClient =
a(ip:203.205.254.117,port:14000,protocol:tcp), isClientCreating = false)
D/2019-11-28 00:55:08.594 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:com.dts.freefireth.AUTH_XGPUSH,com.dts.freefiret
h,com.tencent.android.tpush.XGPushProvider
I/2019-11-28 00:55:08.599 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat to com.dts.freefireth
I/2019-11-28 00:55:08.636 [main][TPush] [4.32]
[com.dts.freefireth:xg_service_v4]:heartbeat com.dts.freefireth
I/2019-11-28 00:55:08.683 [main][TpnsChannel] [4.32]
[com.dts.freefireth:xg_service_v4]:Service bi state
{"srv_stime":1574870244895,"srv_etime":1574877308637,"srv_startTime":2,"srv_freason
":
[".keepalive",".keepalive"],"hb_suc":0,"hb_failed":0,"con_suc":6,"con_failed":5,"co
n_freason":[{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},
{"errorCode":10103,"np":4},{"errorCode":10103,"np":4},{"errorCode":10103,"np":4}]}

You might also like