OSDN Git Service

process: Fix bug where if a thread exited while we were changing its control
authorSan Mehat <san@google.com>
Mon, 15 Jun 2009 23:56:52 +0000 (16:56 -0700)
committerSan Mehat <san@google.com>
Mon, 15 Jun 2009 23:56:52 +0000 (16:56 -0700)
commit1fd0ec738b0a2b97cc28701aa37b1a9869afc684
tree557a1fd80db3d0f3f17c35881e23f594a14a68ec
parentacec4d6741643a5f0bda0b6a4eeb033a963818dc
process: Fix bug where if a thread exited while we were changing its control
    group, we'd bail out and report an exception. This situation is *not*
    an error.

Signed-off-by: San Mehat <san@google.com>
core/jni/android_util_Process.cpp