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

2012-05-06 Thread F.Stein
ummm... Indeed, Kris. I thought he need to stop his process on cpp side. If not, Giuseppe, does your native code uses pthread lib? Maybe it will better to understand if you show your native code. воскресенье, 6 мая 2012 г., 1:38:21 UTC+7 пользователь Kristopher Micinski написал: > > bad idea...

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

2012-05-05 Thread Kristopher Micinski
bad idea... that will kill the app. You're not looking to kill the *process*, it's running in the same process, just through the JNI. kris On Sat, May 5, 2012 at 2:02 PM, F.Stein wrote: > Maybe "exit(0)" from "stdlib.h" could help? > > воскресенье, 6 мая 2012 г., 0:42:26 UTC+7 пользователь Gius

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

2012-05-05 Thread F.Stein
Maybe "exit(0)" from "stdlib.h" could help? воскресенье, 6 мая 2012 г., 0:42:26 UTC+7 пользователь 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 na