I found that when the first 6 characters of a thread name are the same in a process that the hcicyclesavemsgs (in contrib directory) fails to cycle one of the saved message files.
Yes. if you use hcicyclesavemsg, it makes use of the formatted output from hciconnstatus. If you modify the format contained in hciconnstatus, you can increase the number of characters that require uniqueness.
Here are the lines I change given me 28 characters for the thread names.
set fmt “%-15.15s %-28.28s %-5.5s %-7.7s %-20.20s” ;# Output line format
echo [format $fmt Process Connection State “Proto” When]
Keith, Thanks for that formatting information. I never went looking for that but I can certainly use a longer name in the connection column for hciconnstatus. I’m implementing a 30 character field right now.
Author
Replies
Viewing 1 reply thread
The forum ‘Cloverleaf’ is closed to new topics and replies.