Open
Description
What steps will reproduce the problem?
1.Change hello.py to something "broken" (put some "import PLEASE_BREAK"
anywhere)
2.The Python code crash
3.You cannot see the traceback
What is the expected output? What do you see instead?
To help debug hello.py, is useful to get the traceback provided by the Python
interpreter, hopefully at the logcat. There is an logfile saved to the sdcard,
but it does not contain stdout output, so its not useful.
What version of the product are you using? On what operating system?
Android 2.3.3, 4.0.5 and 4.1
Please provide any additional information below.
I managed to fix this, but had no time to create a proper pull-request yet, but
I will. Mail me if you're in a hurry and we can talk.
Original issue reported on code.google.com by [email protected]
on 26 Jul 2013 at 7:14