Hello!

I am attempting to get network stats on B2G device from certified app via
WebIDE.

I built a new blank privileged app with WebIDE, then I set the following in
the manifest:

  "type": "certified",
  "permissions": {
    "networkstats-manage": {}
  },

Now, I'm stuck getting 'uncaught exception: 2147942487', on line 35 of my
js.
https://zeller.pastebin.mozilla.org/8822668

When I catch the exception, it's just '2147942487', which is not helpful.
Googling tells me it seems to be related to a messed up parameter, but
everything seems to be what is expected, afaik.

Does anyone know what I am missing here?

Best,
John Zeller
Website <http://www.johnzeller.com> | Github
<http://www.github.com/JohnLZeller> | FB
<http://facebook.com/JohnLukeZeller> | Twitter
<http://twitter.com/JohnLukeZeller> | G+
<https://plus.google.com/109697196852908178819/posts> | Resume
<http://www.johnzeller.com/ZellerJohnResume.pdf>
[email protected]
(503) 896-4679 (Text/Call Okay)
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to