diff options
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/os/Binder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/Binder.java b/core/java/android/os/Binder.java index ac871055dc4a..5923529bdc21 100644 --- a/core/java/android/os/Binder.java +++ b/core/java/android/os/Binder.java @@ -730,7 +730,7 @@ public class Binder implements IBinder { } res = onTransact(code, data, reply, flags); } catch (RemoteException|RuntimeException e) { - binderCallsStats.callThrewException(callSession); + binderCallsStats.callThrewException(callSession, e); if (LOG_RUNTIME_EXCEPTION) { Log.w(TAG, "Caught a RuntimeException from the binder stub implementation.", e); } |
