Closed
Bug 1175356
Opened 9 years ago
Closed 9 years ago
Don't log JSONException when updating the SiteIdentity info
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox41 fixed)
RESOLVED
FIXED
Firefox 41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: jchen, Assigned: liuche)
References
Details
When opening about: pages, there are a lot of JSONExceptions in the logcat from [1] (usually about not finding a "host" property). It appears the errors are expected for about: pages, so maybe we shouldn't log them. Might also be related to bug 1099088. [1] http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/SiteIdentity.java?rev=27caa5299f9f#180
Assignee | ||
Comment 1•9 years ago
|
||
Ah, okay, we can remove that line.
Summary: Lots of JSONException in logcat from SiteIdentity.java → Don't log JSONException when updating the SiteIdentity info
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → liuche
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/cec9d0203f28
Comment 3•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/cec9d0203f28
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•