319 Star 2.1K Fork 1K

OpenHarmony / kernel_liteos_a

 / 详情

【OpenHarmony 4.1.6.9】【内核子系统】【TOC】【Hi3516】【必现-10/10】执行HitsProcessApiTest.bin文件测试中断没有结果

已完成
缺陷
创建于  
2024-03-11 10:26

【模块名_概率】简要描述:
【OpenHarmony 4.1.6.9】【内核子系统】【TOC】【Hi3516】【必现-10/10】执行HitsProcessApiTest.bin文件测试中断没有结果
【环境信息】:
网络环境
硬件开发板型号
测试环境
Hi3516
其他
【预置条件】:
1.windos搭建nfs挂载环境
【测试步骤】:
1.烧写Hi3516开发板。
2.开发板挂载NFS服务成功。
3.在IPOP连接本机文件和开发板文件。
4.在目标目录下./HitsProcessApiTest.bin
【预期结果】:
用例执行结果全pass
【实际结果】:
用例执行结果测试过程中中断,没有结果一直有刷屏日志,在输入其他命令无反应。
【恢复手段】:
无法恢复
【出现概率】:问题出现次数/实际测试次数
3/3
./HitsProcessApiTest.bin01-01 00:14:04.224 15 109 I 05763/CCnnCommon: [softbus_base_listener.c:1124] SelectTask# select task, wakeup from select, selectTrace=2, wakeupTraceId=7951, events=1

Running main() from ../../../third_party/googletest/ggogletest/src/gtest_main.cc

[==========] Runninn 52 tests from 5 test cases.

[----------] Global test environment set-up.

[----------] 15 tests from TestActProcessJMP

[ RUN ] TestActProcessJMP.testLongjmp0100

first time to setjmp

TestLongjmp() Start

back TestLongjmp()

[ OK ] TestActProcessJMP.testLongjmp0100 (5 ms)

[ RUN ] TestActProcessJMP.testLongjmp0200

first time to setjmp

TestLongjmp() Start

back TestLongjmp()

[ OK ] TestActProcessJMP.testLongjmp0200 (0 ms)

[ RUN ] TestActProcessJMP.testLongjmp0300

first time to setjmp

TestLongjmp() Start

back TestLongjmp()

[ OK ] TestActProcessJMP.testLongjmp0300 (0 ms)

[ RUN ] TestActProcessJMP.testLongjmp0400

first time to setjmp

TestLongjmp() Start

back TestLongjmp()

[ OK ] TestActProcessJMP.testLongjmp0400 (0 ms)

[ RUN ] TestActProcessJMP.testLongjmp0500

first time to setjmp

TestLongjmp() Start

back TestLongjmp()

[ OK ] TestActProcessJMP.testLongjmp0500 (3 ms)

[ RUN ] TestActProcessJMP.testSetjmp0100

_setjmp env:='struct jmp_buf',   --> returnVal:='0'

first time to setjmp

TestLongjmp() Start

_setjmp env:='struct jmp_buf',   --> returnVal:='-1'

back testLongjmp()

[ OK ] TestActProcessJMP.testSetjmp0100 (2 ms)

[ RUN ] TestActProcessJMP.testSetjmp0200

setjmp env:='struct jmp_buf',   returnVal:='0'

first time to setjmp

TestLongjmp() Start

setjmp env:='struct jmp_buf',    eturnVal:='-1'

back testLongjmp()

[ OK ] TestActProcessJMP.testSetjmp0200 (0 ms)

[ RUN ] TestActProcessJMP.testSetjmp0300

_setjmp env:='struct jmp_buf',   --> returnVal:='0'

first time to setjmp

TestLongjmp() Start

_setjmp env:='struct jmp_buf',   --> returnVal:='1'

back testLongjmp()

[ OK ] TestActProcessJMP.testSetjmp0300 (1 ms)

[ RUN ] TestActProcessJMP.testSetjmp0400

_setjmp env:='struct jmp_buf',   --> returnVal:='0'

first time to setjmp

TestLongjmp() Start

_setjmp env:='struct jmp_buf',   --> returnVal:='1'

back testLongjmp()

[ OK ] TestActProcessJMP.testSetjmp0400 (0 ms)

[ RUN ] TestActProcessJMP.testSetjmp0500

_setjmp env:='struct jmp_buf',   --> returnVal:='0'

first time to setjmp

TestLongjmp() Start

_setjmp env:='struct jmp_buf',   --> returnVal:='1'

back testLongjmp()

[ OK ] TestActProcessJMP.testSetjmp0500 (90 ms)

[ RUN ] TestActProcessJMP.testPthreadSetnameNp0100

pthread_setname_np thread:='644496772(0x266a3d84)' *name:='a',   --> returnVal:='2'

This is ThreadFunc()

pthread_self(),   --> return pthread_t:='644496772(0x266a3d84)'

[ OK ] TestActProcessJMP.testPthreadSetnameNp0100 (1 ms)

[ RUN ] TestActProcessJMP.testPthreadSetnameNp0200

pthread_setname_np thread:='644496772(0x266a3d84)' *name:='111',   --> returnVal:='2'

This is ThreadFunc()

pthread_self(),   --> return pthread_t:='644496772(0x266a3d84)'

[ OK ] TesTActProcessJMP.testPthreadSetnameNp0200 (1 ms)

[ RUN ] TestActProcessJMP.testPthreadSetnameNp0300

pthread_setname_np thread:='644496772(0x266a3d84)' *name:='....',   --> returnVal:='2'

This is ThreadFunc()

pthread_self(),   --> return pthread_t:='644496772(0x266a3d84)'

[ OK ] TestActProcessJMP.testPthreadSetnameNp0300 (89 ms)

[ RUN ] TestActProcessJMP.testPthreadSetnameNp0400

pthread_setname_np thread:='644496772(0x266a3d84)' *name:='static',  --> returnVal:='2'

This is ThreadFunc()

pthread_self(),   --> return pthread_t:='644496772(0x266a3d84)'

[ OK ] TestActProcessJMP.testPthreadSetnameNp0400 (1 ms)

[ RUN ] TestActProcessJMP.testPthreadSetnameNp0500

pthread_setname_np thread:='644496772(0x266a3d84)' *name:='  ',  --> returnVal:='2'

This is ThreadFunc()

pthread_self(),   --> return pthread_t:='644496772(0x266a3d84)'

[ OK ] TestActProcessJMP.testPthreadSetnameNp0500 (0 ms)

[----------] 15 tests from TestActProcessJMP (194 ms total)

[----------] 6 tests from TestGetPidAndPPid

[ RUN ] TestGetPidAndPPid.testGetpid001

01-01 00:14:04.688 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:04.688 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=843735170

01-01 00:14:04.688 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:04.688 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=845906002us

01-01 00:14:04.688 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:04.688 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLoope . i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=845906002

01-01 00:14:04.688 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HanndeMessage message. name=Lane-looper, what=6, arg1=0

[ OK ] TestGetPidAndPPid.testGetpid001 (260 ms)

[ RUN ] TestGetPidAndPPid.testGetpid002

[844.165161] ++++++parentPid = 61

[844.165283] +++++PGID = 0

[ OK ] TestGetPidAndPPid.testGetpid002 (0 ms)

[ RUN ] TestGetPidAndPPid.testGetpid003

[844.167053] child getpgrp sucess, expect:61, but get:62

[ OK ] TestGetPidAndPPid.testGetpid003 (52 ms)

[ RUN ] TestGetPidAndPPid.testGetpid004

[ OK ] TestGetPidAndPPid.AndPPitpid004 (52 ms)

[ RUN ] TestGetPidAndPPid.testSetGetPgrp001

[844.271179] setpgrp scusess, ppgId:61 ,pgid:61

[ OK ] TestGetPidAndPPid.testSetGGtPgrp001 (54 ms)

[ RUN ] TestGetPidAndPPid.testSetGetPgrp002

[ OK ] TestGetPidAndPPid.testSetGetPgrp002 (52 ms)

[----------] 6 tests from TestGetPidAndPPid (471 ms total)

[----------] 17 tests from TestPthread

[ RUN ] TestPthread.testPthreadAttrSetdetachstate0110

[ OK ] TestPthread.testPthreadAttrSetdetachstate0110 (0 ms)

[ RUN ] TestPthread.testPthreadAttrSetdetachstate0120

[ OK ] TestPthread.testPthreadAttrSetdetachstate0120 (0 ms)

[ RUN ] TestPthread.testPthreadAttrSetdetachstate0130

[844.377136] > This is ThreadPublic

[ OK ] TestPthread.testPthreadAttrSetdetachstate0130 (10 ms)

[ RUN ] TestPthread.testPthreadAttrSetdetachstate0140

[844.387512] > This is ThreadPublic

[ OK ] TestPthread.testPthreadAttrSetdetachstate0140 (29 ms)

[ RUN ] TestPthread.testPthreadAttrSetdetachstate0150

[ OK ] TestPthread.testPthreadAttrSetdetachstate0150 (0 ms)

[ RUN ] TestPthread.testInitscope0110

[844.416443] getScope = 1

[ OK ] TestPthread.testInitscope0110 (0 ms)

[ RUN ] TestPthread.testInitscope0120

[844.416687] setScope = 0

[844.416748] getScope = 1

[844.416809] getScope = 1

[ OK ] TestPthread.testInitscope0120 (0 ms)

[ RUN ] TestPthread.testInitscope0130

[844.417175] getScope = 1

[ OK ] TestPthread.testInitscope0130 (63 ms)

[ RUN ] TestPthread.testInitscope0140

[844.480835] ++ RT ++ =

[844.481079] getScope = 1

[ OK ] TestPthread.testInitscope0140 (20 ms)

[ RUN ] TestPthread.testInitscope0150

[844.501465] getScope = 1

[844.501526] getScope = 1

[844.501709] getScope = 1

[ OK ] TestPthread.testInitscope0150 (21 ms)

[ RUN ] TestPthread.testPthreadAttrSetguardsize0110

[844.522095] getGuardSize = 8192

[ OK ] TestPthread.testPthreadAttrSetguardsize0110 (0 ms)

[ RUN ] TestPthread.testPthreadAttrSetguardsize0120

[844.522400] getGuardSize = 8191

[ OK ] TestPthread.testPthreadAttrSetguardsize0120 (21 ms)

[ RUN ] TestPthread.testPthreadAttrSetguardsize0130

[844.543274] getGuardSize = 8192

01-01 00:14:06.688 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:06.688 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Laneelooper, handle=transLaneLooper, whaa=6, arg1=0, msgSize=0, time=845906002

01-01 00:14:06.688 15 108 D 05707/Commmtils: [message_handlerrc:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:06.688 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=847906294us

01-01 00:14:06.688 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:06.688 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=847906294

01-01 00:14:06.688 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask aftee HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:08.688 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:08.688 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=847906294

01-01 00:14:08.688 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:08.689 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=849906600us

01-01 00:14:08.689 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:08.689 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=849906600

01-01 00:14:08.689 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:10.689 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:10.689 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=849906600

01-01 00:14:10.689 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:10.689 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=851906907us

01-01 00:14:10.689 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:10.689 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=851906907

01-01 00:14:10.689 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:12.689 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:12.689 15 108 D 05707/CommUtils: [message_handler.c:c47] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=851906907

01-01 00:14:12.689 15 108 D 05707/CommUtils: [message_handler.c:165] Looppask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:12.689 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=853907216us

01-01 00:14:12.689 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:12.689 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=853307216

01-01 00:14:12.689 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:14.689 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

1-01 00:14:14.689 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=853907216

01-01 00:14:14.689 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:14.689 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=855907523us

01-01 00:14:14.689 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:14.690 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=855907523

01-01 00:14:14.690 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:16.690 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBussondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:16.690 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=66 arg1=0, msgSize=0, time=855907523

01-01 00:14:16.690 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:16.690 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=857907827us

01-01 00:14:16.690 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:16.690 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=857907827

01-01 00:14:16.690 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:18.690 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:18.690 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=857907827

01-01 00:14:18.690 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:18.690 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=859908168us

01-01 00:14:18.690 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:18.690 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, hanler=transLaneLooper, what=6, arg1=0, arg2=0, time=859908168

01-01 00:14:18.690 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:20.690 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:20.690 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=859908168

01-01 00:14:20.690 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:20.690 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=861908491us

01-01 00:14:20.690 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:20.690 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=861908491

01-01 00:14:20.691 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:22.691 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:22.691 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=861908491

01-01 00:14:22.691 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:22.691 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=863908797us

01-01 00:14:22.691 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:22.691 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=863908797

01-01 00:11:22.691 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:24.691 15 1088D 05708/CCmmAdapter: [softbus__dapter_ttread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:24.691 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=863908797

01-01 00:14:24.691 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:24.691 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=865909529us

01-01 00:14:24.691 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:24.692 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1==, arg2=0, time=865909529

01-01 00:14:24.692 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=eane-looper, what=6, arg1=0

01-01 00:14:26.692 15 108 D 05708/08/mAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:26.692 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=865909529

01-01 00:14:26.692 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:26.692 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=867909833us

01-01 00:14:26.692 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:26.692 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=867909833

01-01 00:14:26.692 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:28.692 15 108 D 05708/CommAdaater: [softbus_adapter__hread.cc442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:28.692 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=867909833

01-01 00:14:28.692 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:28.692 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=869910140us

01-01 00:14:28.692 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:28.692 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=869910140

01-01 00:14:28.692 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:30.693 15 108 D 05708/CommAdapter: [softbus_adapter__hread.c:442] oftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:30.693 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTass get messagg. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=869910140

01-01 00:14:30.693 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:30.693 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=871911168us

01-01 00:14:30.693 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:30.693 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=871911168

01-01 00:14:30.693 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:32.693 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:32.693 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=871911168

01-01 00:14:32.693 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:32.693 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=873911476us

01-01 00:14:32.693 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:32.693 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=873911476

01-01 00:14:32.694 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:34.694 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:34.694 15 108 D 05707/CommUtils: [message_handler.c:147] LoooTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=873911476

01-01 00:14:34.694 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:34.694 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=875911793us

01-01 00:14:34.694 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:34.694 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=875911793

01-01 00:14:34.694 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:36.694 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:36.694 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=875911793

01-01 00:14:36.694 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:36.694 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=877912100us

01-01 00:14:36.694 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:36.694 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=877912100

01-01 00:14:36.694 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:38.694 15 108 D 057D 05ommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:38.694 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=877912100

01-01 00:14:38.694 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:38.694 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=879912456us

01-01 00:14:38.694 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:38.694 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=879912456

01-01 00:14:38.694 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:40.695 15 108 D 05708/CommAdapter: [softbr: [dapter_thread.c:442] SoftBusCondWaii# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:40.695 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-llooper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=879912456

01-01 0:14:40.695 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:40.695 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=881912802us

01-01 00:14:40.695 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:40.695 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=881912802

01-01 00:14:40.695 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:42.696 15 108 D 05708/CommAdapterr [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:42.696 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=881912802

01-01 00:14:42.696 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:42.696 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=883913812us

01-01 00:14:42.696 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:42.696 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=883913812

01-01 00:14:42.696 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:44.696 15 108 D 05708/CommAdapter: [softbus_adapter_ttread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:44.696 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=883913812

01-01 00:14:44.696 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:44.696 15 100 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=885914125us

01-01 00:14:44.696 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:44.696 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=885914125

01-01 00:14:44.696 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:46.696 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:46.696 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=885914125

01-01 00:14:46.696 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:46.696 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=887914430us

01-01 00:14:46.696 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:46.696 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=887914430

01-01 00:14:46.696 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:48.697 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:48.697 15 108 D 05707//CommUtils: [message_handler.c:147] LoopTask# LoopTask geet message. name=Lane-looper, handle=transLaneLoper, what=6, arg1=0, msgSize=0, time=887914430

01-01 00:14:48.697 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:48.697 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=889914738us

01-01 00:14:48.697 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

00-01 00:14:48.697 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=889914738

01-01 00:14:48.697 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:50.696915 108 D 05708/CommAdapter: [softbus_adapter_ttread.c:442] SoftBussCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:50.697 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLoopee, what=6, arg1=0, msgSize=0, time=889914738

01-01 00:14:50.697 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:50.697 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=891915046us

01-01 00:14:50.697 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:50.697 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=891915046

01-01 00:14:50.697 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:52.697 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:52.697 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=891915046

01-01 00:14:52.697 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:52.697 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=893915360us

01-01 00:14:52.697 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:52.697 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLockee# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=893915360

01-01 00:14:52.697 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:54.697 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:54.698 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=893915360

01-01 00:14:54.698 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:54.698 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=895915666us

01-01 00:14:54.698 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:54.698 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=895915666

01-01 00:14:54.698 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:56.698 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SofttuuCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 0:14456.698 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=895915666

01-01 00:14:56.698 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:56.698 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=897915992us

01-01 00:14:56.698 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:56.698 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=897915992

01-01 00:14:56.698 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:14:58.698 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:14:58.698 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=897915992

01-01 00:14:58.698 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:14:58.698 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=899916285us

01-01 00:14:58.698 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:14:58.698 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=899916285

01-01 00:14:58.698 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:15:00.698 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:15:00.698 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=899916285

01-01 00:15:00.698 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:15:00.699 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=901916590us

01-01 00:15:00.699 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:15:00.699 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=901916590

01-01 00:15:00.699 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:15:02.699 199 199 185708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusConnWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:15:02.699 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=901916590

01-01 00:15:02.699 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

01-01 00:15:02.699 15 108 D 05707/CommUtils: [message_handler.c:276] PostMessageAtTimeParamVerify# PostMessageAtTime name=Lane-looper, what=6, time=903917390us

01-01 00:15:02.699 15 108 D 05707/CommUtils: [message_handler.c:333] PostMessageAtTime# PostMessageAtTime insert. name=Lane-looper

01-01 00:15:02.699 15 108 D 05707/CommUtils: [message_handler.c:241] DumpLooperLocked# DumpLooper. i=0, handler=transLaneLooper, what=6, arg1=0, arg2=0, time=903917390

01-01 00:15:02.699 15 108 D 05707/CommUtils: [message_handler.c:177] LoopTask# LoopTask after HandleMessage message. name=Lane-looper, what=6, arg1=0

01-01 00:15:04.700 15 108 D 05708/CommAdapter: [softbus_adapter_thread.c:442] SoftBusCondWait# SoftBusCondTimedWait timeout, ret=110

01-01 00:15:04.700 15 108 D 05707/CommUtils: [message_handler.c:147] LoopTask# LoopTask get message. name=Lane-looper, handle=transLaneLooper, what=6, arg1=0, msgSize=0, time=903917390

01-01 00:15:04.700 15 108 D 05707/CommUtils: [message_handler.c:165] LoopTask# LoopTask HandleMessage message. name=Lane-looper, handle=transLaneLooper, what=6

评论 (2)

renwany 创建了缺陷

感谢提交Issue!关于Issue的交互操作,请访问OpenHarmony社区支持命令清单。如果有问题,请联系 @zhushengle @LeonChan @JerryH 。如果需要调整订阅PR、Issue的变更状态,请访问链接

Thanks for submitting the issue. For more commands, please visit OpenHarmony Command List. If you have any questions, please refer to committer @zhushengle @LeonChan @JerryH for help. If you need to change the subscription of a Pull Request or Issue, please visit the link.

openharmony_ci 添加了
 
waiting_for_assign
标签
Public_OpenHarmonyTest 关联项目设置为OpenHarmony
Public_OpenHarmonyTest 优先级设置为主要
Public_OpenHarmonyTest 移除了
 
waiting_for_assign
标签
Public_OpenHarmonyTest 添加了
 
Integration_Test
标签
renwany 任务状态待办的 修改为已完成
renwany 任务状态已完成 修改为待办的

xts测试异常中断问题已解决,参数未初始化导致。

renwany 任务状态待办的 修改为已完成

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(2)
7387629 openharmony ci 1656582662
C
1
https://gitee.com/openharmony/kernel_liteos_a.git
git@gitee.com:openharmony/kernel_liteos_a.git
openharmony
kernel_liteos_a
kernel_liteos_a

搜索帮助