Commit b01be8a
ref(android): restore catch (Throwable) in captureEnvelope
Same reasoning as the cache change: this catch predates the feature, and
narrowing it changed how an Error during capture behaves for every
existing caller while leaving the file's three other catch (Throwable)
blocks untouched. captureEnvelopeNonTerminating and readEnvelope are new
code and keep catch (Exception).
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent c840fa3 commit b01be8a
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
| 206 | + | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments