On Oct 19, 3:41 am, allstars <[email protected]> wrote:
> my app contains some native jni library
> but if i press the 'Halt the Target VM' in ddms
>
> after  re-launch my app , it becomes easy to crash

That's rather peculiar.  The "halt" button sends a DDMS "EXIT"
request, which ends up here:

  Runtime.getRuntime().halt(statusCode);

You should see "Calling exit(N)" in the log file, and then the process
goes away.  There shouldn't be any state carried over.  If the state
from an earlier process could affect a subsequent invocation, there
are some security implications.

Please file a bug on b.android.com.  If possible, include your APK and
the set of steps required to reproduce the problem.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to