Commit 0209031
authored
Bug 2064758 - Only log remote settings downloads on error (#7592)
We got reports that there were generating lots of log lines on iOS
(breadcrumbs are also logged as warnings to the console). I changed the
code to only report the breadcrumbs for error downloads, which should
allow us to track down bad URLs without overloading the log files.
Another option was to only report the breadcrumb, but not log. I didn't
like this one, since I think the same issue could spam the
breadcrumb list and make them less useful.1 parent 308018f commit 0209031
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
651 | 655 | | |
652 | 656 | | |
653 | 657 | | |
| |||
0 commit comments