commit | 14d05f7f6188aec01101c2dcdb78389864244f7c | [log] [tgz] |
---|---|---|
author | Mahesh Machavolu <mahesh.ma@samsung.com> | Thu Jul 28 13:47:52 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 28 13:47:52 2022 |
tree | d6e255bceaf0e3f300bd18f0fc36064bfb79c14d | |
parent | 56debc38e88b2eeb18eae034356a927879454617 [diff] |
[Stylus Handwriting] Unbind service when it is disconnected Service may get disconnected when there is some crash at the writing service or any other abnormality. We need to unbind the service and reset the connection so that we can reconnect when the service is available. Usually service gets restarted within few seconds. This ensures user is able to continue writing and does not hamper user experience. Bug: 1348159 Change-Id: I47009abe07b70d5bf2a4c5fc32534008924363eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3791265 Reviewed-by: Peter Conn <peconn@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/main@{#1029223}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.