fix an error in remote debugging if use UTF-8 as app name

http://hipbyte.myjetbrains.com/youtrack/issue/RM-452
This commit is contained in:
Watson
2014-03-27 08:42:28 +09:00
parent dc6e39e351
commit c8493e6800

View File

@@ -838,6 +838,7 @@ start_debug_server(am_device_t dev)
// Prepare lldb commands file.
NSString *py_cmds = [NSString stringWithFormat:@""\
"# -*- coding: utf-8 -*-\n"\
"import socket\n"\
"import sys\n"\
"import lldb\n"\