Re: [android-developers] How to stop a native process

2012-05-06 Thread Kostya Vasilyev
A boolean flag telling the native function to stop what it's doing would work, but... ... besides setting it from the Java side, it would need to be checked on the native side. Without this check, the flag would be useless. -- K 2012/5/5 Giuseppe porcelli.giuse...@gmail.com with the premise

[android-developers] How to stop a native process

2012-05-05 Thread Giuseppe
with the premise that I have NO EXPERIENCE of C language, I would like to solve a problem that does not allow me to proceed with the publication of my app. I have a native function that uses ffmeg for file conversion, which I call from Android by AsyncTask. I need to stop the native