Skip to content

trace.py: Fix events name type

Events name must be ascii strings. Unicode strings will break trappy, so encode them to ascii first.

Merge request reports