OSDN Git Service

Fix the delta_time_ms types mismtach in btsnooz.py
authorAlice Kuo <aliceypkuo@google.com>
Tue, 23 Feb 2021 03:11:12 +0000 (11:11 +0800)
committerAlice Kuo <aliceypkuo@google.com>
Tue, 23 Feb 2021 06:15:19 +0000 (06:15 +0000)
commitff975bb4f796a88d0203a44ffa780cf3cc7bb940
treebd2358987f1247034d1d34c37912c02aaad737ad
parent244353102365a5360aabecbd24ecd2c142259f9f
Fix the delta_time_ms types mismtach in btsnooz.py

The delta_time_ms field in btif_debug_btsnoop.h is 32 bits. The offset
count for 64 bits, and cause the decoder error. Change the offset back
for 32 bits.

Bug: 175283029
Test: ./btsnooz.py bugreport-WXYZ.txt
Change-Id: I28324c4ff33ab817dbad5c813616a8e8c994ff2a
tools/scripts/btsnooz.py