Opened 6 years ago
Closed 6 years ago
(Very) Minor improvements to StringList protocol encoding debug
Two incredibly small tweaks made during my debug of #13315...
- Don't unnecessarily construct the
QByteArray payload
in ReadStringListReal()
, it is only used for the debug log so move the construction inside the condition.
- Increase the length of the log of the encoded
QStringList
in WriteStringListReal
and ReadStringListReal
to 127 (from 85) in the non-debug case. I found 85 wasn't quite enough to see what was going on for some commands when using real world path lengths in the command arguments. (127 is entirely arbitrary, I had been using 255 in my local debug but that seemed quite a lot so I settled in 127 for this submission...)
Change History (6)
Changed 6 years ago by ijc
Changed 6 years ago by ijc
Owner: |
set to David Hampton
|
Status: |
new →
assigned
|
Milestone: |
needs_triage →
30.1
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
In 72f71a7e1/mythtv: