trace.py: Fix events name type
Events name must be ascii strings. Unicode strings will break trappy, so encode them to ascii first.
Loading
Please register or sign in to comment
Events name must be ascii strings. Unicode strings will break trappy, so encode them to ascii first.