Closed
Bug 676246
Opened 14 years ago
Closed 14 years ago
Error: Unable to report telemetry @ nsPlacesAutoComplete.js :: Line 739
Categories
(Toolkit :: Places, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: aaronmt, Assigned: mak)
References
Details
(Keywords: regression, Whiteboard: [fix in bug 676542])
Build: Mozilla/5.0 (Android; Linux armv7l; rv:8.0a1) Gecko/20110803 Firefox/8.0a1 Fennec/8.0a1
Device: Galaxy S II
OS: Android 2.3.3
Unable to report telemetry.
jar:file:///data/app/org.mozilla.fennec-2.apk!/components/nsPlacesAutoComplete.js
739
http://mxr.mozilla.org/mozilla-central/source/toolkit/components/places/nsPlacesAutoComplete.js#738
Reporter | ||
Updated•14 years ago
|
Component: General → Places
Product: Fennec → Toolkit
QA Contact: general → places
Reporter | ||
Comment 1•14 years ago
|
||
Not sure if this is Places or Telemetry component specific.
Assignee | ||
Comment 2•14 years ago
|
||
it's Places, I'm not sure if it's Android only.
Does this cause any issue or just this error in the console?
Reporter | ||
Comment 3•14 years ago
|
||
It's completely flooded my console with hundreds of messages, that's the only thing I am seeing so far.
Reporter | ||
Updated•14 years ago
|
Keywords: regression
Reporter | ||
Comment 4•14 years ago
|
||
Seems like a message is logged on any site visit
Assignee | ||
Comment 5•14 years ago
|
||
well, if it fails, should print that message every time you search in the locationbar.
Assignee | ||
Comment 6•14 years ago
|
||
Taras, does telemetry have known issues on Android?
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Comment 7•14 years ago
|
||
(In reply to comment #6)
> Taras, does telemetry have known issues on Android?
It's not on on android, I don't know of any other issues
Assignee | ||
Comment 8•14 years ago
|
||
but it shouldn't throw if it's disabled, right?
The same probe on Windows works, I see results in about:telemetry
Comment 9•14 years ago
|
||
Any assumptions that telemetry records stuff should be predicated on nsITelemetry.canRecord. That might be your problem
Comment 10•14 years ago
|
||
Marco, do you have a backtrace of the problem?
Assignee | ||
Comment 11•14 years ago
|
||
No, not yet. I just verified it works in Windows.
![]() |
||
Updated•14 years ago
|
tracking-fennec: --- → ?
Comment 12•14 years ago
|
||
The following error occurs for 3 times in Error Console:
Error: Unable to report telemetry.
Source File: jar:file///data/app/org.mozilla.fennec-1.apk!/components/nsPlacesAutoComplete.js Line: 739
I'm able to reproduce it when I browse to http://jeremydouglass.com/gamertextually/images/gt_snowflake_tags-2-ach-large.png
Is this error related to this bug?
--
Build id : Mozilla/5.0 (Android;Linux armv7l;rv:8.0a1)Gecko/20110803
Firefox/8.0a1 Fennec/8.0a1
Device: HTC Desire Z
OS: Android 2.3.3
Assignee | ||
Comment 13•14 years ago
|
||
I can reproduce on the galaxy tab 10.1, trying to setup an env. to build Firefox for Android. Eventually we can temporarily remove the reportError while debugging the problem.
Assignee | ||
Comment 14•14 years ago
|
||
in the Android console Components.classes["@mozilla.org/base/telemetry;1"] works, but Components.classes["@mozilla.org/base/telemetry;1"].getService(Components.interfaces.nsITelemetry); throws a XPC_BAD_IID error
Assignee | ||
Comment 15•14 years ago
|
||
ok, looks like the telemetry component is not in the Android package-manifest, mfinkle said he is going to patch it
Assignee | ||
Updated•14 years ago
|
Flags: in-testsuite-
Whiteboard: str-needed → [fix in bug 676542]
Assignee | ||
Comment 16•14 years ago
|
||
should be fixed now.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Updated•11 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•