Closed
Bug 1138758
Opened 11 years ago
Closed 7 years ago
crash in java.lang.IllegalStateException: Could not fetch Health Report content provider. at org.mozilla.gecko.health.BrowserHealthRecorder.<init>(BrowserHealthRecorder.java)
Categories
(Firefox for Android Graveyard :: Data Providers, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kbrosnan, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-3af70ecc-c81f-451a-bae9-fa6a42150224.
=============================================================
Startup crash. Very low startup times 0 to 3 seconds seems to cover most reports.
https://crash-stats.mozilla.com/report/list?signature=java.lang.IllegalStateException%3A+Could+not+fetch+Health+Report+content+provider.+at+org.mozilla.gecko.health.BrowserHealthRecorder.%3Cinit%3E%28BrowserHealthRecorder.java%29&product=FennecAndroid&query_type=contains
java.lang.IllegalStateException: Could not fetch Health Report content provider.
at org.mozilla.gecko.health.BrowserHealthRecorder.<init>(BrowserHealthRecorder.java:142)
at org.mozilla.gecko.BrowserApp.createHealthRecorder(BrowserApp.java:3334)
at org.mozilla.gecko.GeckoApp$17.run(GeckoApp.java:1335)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at org.mozilla.gecko.util.GeckoBackgroundThread.run(GeckoBackgroundThread.java:43)
Comment 1•11 years ago
|
||
Some thoughts:
* the context can't be null; we'd NPE if it was.
* is it possible we can't cast the ContentProviderClient if it's too early?
* reading the code, it really looks like we're just not getting a CPC back from Android. WTF?
* the health authority is per-Android package, so it's hard to imagine cross-package issues here.
Updated•10 years ago
|
Crash Signature: [@ java.lang.IllegalStateException: Could not fetch Health Report content provider. at org.mozilla.gecko.health.BrowserHealthRecorder.<init>(BrowserHealthRecorder.java)] → [@ java.lang.IllegalStateException: Could not fetch Health Report content provider. at org.mozilla.gecko.health.BrowserHealthRecorder.<init>(BrowserHealthRecorder.java)]
[@ java.lang.IllegalStateException: Could not fetch Health Report content provider. …
Comment 2•7 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•5 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
•