Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark DeveloperUiService as foreground in onStartCommand
The Webview DeveloperUiService is always started with Context.startForegroundService, which requires services to then call Service.startForeground within 5 seconds. This CL moves that second call to onStartCommand to make sure it is always called, as there are currently reports of it not being called in time, which causes app crashes. The javadoc change is replacing a } with a ). Fixed: b/237496875 Fixed: 1330024 Change-Id: Iad43ee83bdd88e83c5a4d70a0971f0e87153fe60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3749201 Reviewed-by: Nate Fischer <ntfschr@chromium.org> Reviewed-by: Peter Beverloo <peter@chromium.org> Commit-Queue: Peter Pakkenberg <pbirk@chromium.org> Cr-Commit-Position: refs/heads/main@{#1025617}
- Loading branch information