OSDN Git Service

Properly describe exception
authorMathieu Chartier <mathieuc@google.com>
Tue, 28 Apr 2015 23:30:30 +0000 (16:30 -0700)
committerMathieu Chartier <mathieuc@google.com>
Tue, 28 Apr 2015 23:46:59 +0000 (16:46 -0700)
commit876b7d8fa8c587cccbe11bd30fcdb6c378776420
tree17f1ac1b46790adf15272e01dc2880ca8b660735
parent354b70f7d209e79e4442d4b70fb1d849163eae3d
Properly describe exception

Previously we used DetachCurrentThread which raised a SIGABRT from
within ART. The new approach is to use ExceptionDescribe and exit.

Bug: 20640601

(cherry picked from commit d12065f581defd9e8199593e85aa2036a0713684)

Change-Id: I00126b678ff296e0076247554af8328fe2767038
core/jni/android_util_Binder.cpp