-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
background
- Mobile sumsun Note2 N7108
- QPthon 0.9.6.1
- MBP 15' OS X 10.9
my try
one some error script:
import androidhelper
droid = androidhelper.Android()
droid.makeToast(u'Hello, Username!是也乎 ;-)')
- call in QPython my project
- so there is
.run.log
gen.
# cat .run.log
# QPython start: 2014-01-27 10:14:25
File ".last_tmp.py", line 3
SyntaxError: Non-ASCII character '\xe6' in file .last_tmp.py on line 3, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
# End
that great! so means i can base Fabric etc. watch this log,
but not must look it in mobile;-)
disappear
BUT! if i running some script start as:
#qpy:console
the .run.log
will gone !!!
suggest
for every project pls. hold one same name .run.log
always there!
so help remote debug!
detail
:
- because all
QPy Script
all run in same dir, so hold one.run.log
for collection all kinds of script log, if we can, mark different name head log line - because all
QPy Projects
run from self dir,so:- hold
.error.log
and.run.log
in every dir for collection kinds of log - as cronolog, daily backup log
- hold