sarriaroman / FabricPlugin

Fabric.io plugin for Cordova or Phonegap
MIT License
198 stars 159 forks source link

Logs are not updated until I close and reopen the app #124

Open Jatapiaro opened 6 years ago

Jatapiaro commented 6 years ago

The logs are not updated in the dashboard unless I build and run again the app, or when I totally close and re-open the app. Is this the way it should work?

davidquon commented 6 years ago

Depends what kind of logs. If you're talking about addLog those generally show up after a crash (fatal or non-fatal). Crashes and addLog then generally show up after the app starts again.