meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

Strange errors/warnings when running on mobile #208

Closed ludovers closed 7 years ago

ludovers commented 7 years ago

Hello,

Im getting strange errors when I'm running an app on my android device using meteor run android-device.

I've just created the 'full' example, using meteor create --full test. I've updated everything using meteor update and meteor update --all-packages.

I deleted all meteor apps from my phone, and restarted my phone so if any data still was saved, it would be gone.

Still I'm getting these strange errors / messages:

I20170119-14:35:10.665(1)? I/chromium(10907): [INFO:library_loader_hooks.cc(163)] Chromium logging enabled: level = 0, default verbosity = 0
I20170119-14:35:10.733(1)? E/chromium(10907): [ERROR:interface_registry.cc(104)] Failed to locate a binder for interface: autofill::mojom::PasswordManagerDriver
I20170119-14:35:10.733(1)? I/MeteorWebApp(10907): Serving asset bundle with version: c321e57259e39fc8ccf6c1b11e8cadee0a138ea3

It seems like the app is working as it should, and also saving data to the mongoDB, but what does these errors or warnings mean?

ludovers commented 7 years ago

Oops, wrong board