Closed Bug 676246 Opened 13 years ago Closed 13 years ago

Error: Unable to report telemetry @ nsPlacesAutoComplete.js :: Line 739

Categories

(Toolkit :: Places, defect)

ARM
Android
defect
Not set
normal

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
Component: General → Places
Product: Fennec → Toolkit
QA Contact: general → places
Not sure if this is Places or Telemetry component specific.
it's Places, I'm not sure if it's Android only.
Does this cause any issue or just this error in the console?
It's completely flooded my console with hundreds of messages, that's the only thing I am seeing so far.
Keywords: regression
Seems like a message is logged on any site visit
Blocks: 671001
well, if it fails, should print that message every time you search in the locationbar.
Taras, does telemetry have known issues on Android?
Assignee: nobody → mak77
Status: NEW → ASSIGNED
(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
but it shouldn't throw if it's disabled, right?
The same probe on Windows works, I see results in about:telemetry
Any assumptions that telemetry records stuff should be predicated on nsITelemetry.canRecord. That might be your problem
Marco, do you have a backtrace of the problem?
No, not yet.  I just verified it works in Windows.
tracking-fennec: --- → ?
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
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.
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
ok, looks like the telemetry component is not in the Android package-manifest, mfinkle said he is going to patch it
Flags: in-testsuite-
Whiteboard: str-needed → [fix in bug 676542]
should be fixed now.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
tracking-fennec: ? → ---
You need to log in before you can comment on or make changes to this bug.