zionhigt / android-python27

Automatically exported from code.google.com/p/android-python27
0 stars 0 forks source link

End all services #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to stop all services (both foreground and background) as soon as 
script ends?

Original issue reported on code.google.com by ale...@gmail.com on 13 Jul 2012 at 11:25

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/android-python27/issues/detail?id=2 should be what you 
need.

Original comment by anthony....@gmail.com on 14 Jul 2012 at 6:32

GoogleCodeExporter commented 8 years ago
I am not so lazy! I have read that and tried it before writting this issue. 
With this property True or false the process backgroundservice keeps running in 
process table. 

Original comment by ale...@gmail.com on 14 Jul 2012 at 8:11

GoogleCodeExporter commented 8 years ago
python process died and com.android.python27 is still alive that's it ?

Original comment by anthony....@gmail.com on 14 Jul 2012 at 8:21

GoogleCodeExporter commented 8 years ago
Yes that's it, it's still alive, the only way to exit is killing it through 
process table

Original comment by ale...@gmail.com on 14 Jul 2012 at 9:06

GoogleCodeExporter commented 8 years ago
This is fixed in 
http://code.google.com/p/android-python27/source/detail?r=5bf8acc71d71acc4d6dbbb
2c51a4fdd5a04f4870

Original comment by anthony....@gmail.com on 14 Jul 2012 at 9:08

GoogleCodeExporter commented 8 years ago
Great it's working as expected right now. Thank you

Original comment by ale...@gmail.com on 14 Jul 2012 at 9:33