Description
Hashing keys are generated using a code path that was only meant for debugging purposes. This debug code performs conversions back and forth between UTF-8 and UTF-16, causing unnecessary CPU load.
- The hash keys should not use the debug code path.
- The debug code should not use QString
Attachments
Issue Links
- resulted from
-
QTBUG-86570 Verify OpenGL and Vulkan on a Mali or Qualcomm GPU on Android
- Closed