This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 473
Stop logging places reads/writes interrupts #12557
Closed
Mugurell opened this issue
Jul 28, 2022
· 0 comments
· Fixed by #12558 or nathanmkaya/android-components#362
Closed
Stop logging places reads/writes interrupts #12557
Mugurell opened this issue
Jul 28, 2022
· 0 comments
· Fixed by #12558 or nathanmkaya/android-components#362
Milestone
Comments
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 28, 2022
…it interrupts The OperationInterrupted exceptions are expected so logging them to the crash servers has little use.
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 28, 2022
…it interrupts The OperationInterrupted exceptions are expected so logging them to the crash servers has little use.
4 tasks
mergify bot
pushed a commit
that referenced
this issue
Jul 28, 2022
The OperationInterrupted exceptions are expected so logging them to the crash servers has little use.
mergify bot
pushed a commit
that referenced
this issue
Jul 28, 2022
The OperationInterrupted exceptions are expected so logging them to the crash servers has little use. (cherry picked from commit 0ed5dfb) # Conflicts: # docs/changelog.md
Mugurell
added a commit
that referenced
this issue
Jul 28, 2022
The OperationInterrupted exceptions are expected so logging them to the crash servers has little use. (cherry picked from commit 0ed5dfb)
mergify bot
pushed a commit
that referenced
this issue
Jul 28, 2022
The OperationInterrupted exceptions are expected so logging them to the crash servers has little use. (cherry picked from commit 0ed5dfb)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#12469 added an explicit
interrupt
call before querying new suggestions from AS.As the
interrupt
call is set to throw anPlacesException.OperationInterrupted
exception it also added logging that similar to how other places calls are handled.In hindsight this was expected to spam the crash servers with reports of little use.
We should stop logging this particular exception which is expected to happen quite frequently.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: