Merge lp://staging/~mir-team/mir/catch-exceptions-at-android-driver-boundary into lp://staging/mir
Proposed by
Robert Carr
Status: | Merged |
---|---|
Approved by: | Robert Carr |
Approved revision: | no longer in the source branch. |
Merged at revision: | 2307 |
Proposed branch: | lp://staging/~mir-team/mir/catch-exceptions-at-android-driver-boundary |
Merge into: | lp://staging/mir |
Diff against target: |
260 lines (+34/-32) 9 files modified
src/client/mir_buffer_stream_api.cpp (+1/-1) src/client/mir_connection_api.cpp (+1/-1) src/client/mir_cursor_api.cpp (+1/-1) src/client/mir_prompt_session_api.cpp (+1/-1) src/client/mir_screencast_api.cpp (+1/-1) src/client/mir_surface_api.cpp (+1/-1) src/common/graphics/android/mir_native_window.cpp (+13/-14) src/include/common/mir/uncaught.h (+7/-1) src/platforms/mesa/client/native_surface.cpp (+8/-11) |
To merge this branch: | bzr merge lp://staging/~mir-team/mir/catch-exceptions-at-android-driver-boundary |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Kevin DuBois (community) | Approve | ||
Review via email: mp+249124@code.staging.launchpad.net |
Commit message
Catch exceptions at android driver boundary
Description of the change
See the requirement described at:
https:/
It turns out this will only be called on startup so taking the more correct path of throwing and catching the exception is ok.
To post a comment you must log in.
Lets fix it here instead: bazaar. launchpad. net/~mir- team/mir/ development- branch/ view/head: /src/common/ graphics/ android/ mir_native_ window. cpp#L156
http://
so that all the Interpreters benefit