Add binder unhandled exception notification
Exceptions which are not parcelled by binder are dropped on the service side. For oneway txns, all exceptions are dropped. Add an extension point to Java binder interface implementations to generically handle an exception which will be dropped, by logging/crashing or some other facility. Bug: 150808347 Test: atest BinderUncaughtExceptionHandlerTest Test: Manual (handled vs unhandled exception in subsequent CL) Flag: EXEMPT safe addition, no api Change-Id: I6aa97c363ccf21af262ad95efc20611c78796e32
Loading
Please register or sign in to comment