Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Created December 13, 2016 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daleharvey/36f628ec3a4daad09b4049f96eba9f85 to your computer and use it in GitHub Desktop.
Save daleharvey/36f628ec3a4daad09b4049f96eba9f85 to your computer and use it in GitHub Desktop.
dump('Sending: ' + JSON.stringify(obj) + '\n');
Messaging.sendRequest(obj);
D/GeckoBrowser( 8768): Sending: {"type":"Browser:ManifestLoadedForShortcut","icon":"","name":"React HN"}
W/System.err( 8768): java.lang.UnsupportedOperationException: Unsupported property type
W/System.err( 8768): at org.mozilla.gecko.util.NativeJSObject.toBundle(Native Method)
W/System.err( 8768): at org.mozilla.gecko.EventDispatcher.dispatchToThread(EventDispatcher.java:499)
W/System.err( 8768): at org.mozilla.gecko.EventDispatcher.dispatchToThreads(EventDispatcher.java:404)
W/System.err( 8768): at org.mozilla.gecko.EventDispatcher.dispatchEvent(EventDispatcher.java:306)
W/System.err( 8768): at org.mozilla.gecko.GeckoAppShell.handleGeckoMessage(GeckoAppShell.java:1963)
W/System.err( 8768): at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
W/System.err( 8768): at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:549)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment