Unario

About

Username
Unario
Joined
Visits
26
Last Active
Roles
Member

Comments

  • I think I found the problem. It might be that I stop the sensor fusion model before downloading the data, which might remove the routes.
  • protected void downloadLog() { Log.i("MainActivity", String.format("Start downloading")); logModule.downloadLog(0.1f, new Logging.DownloadHandler() { @Override public void onProgressUpdate(int nEntriesLeft, int totalEntries…
  • Hi, Eric, Thanks for your reply. I have tried implementing the failure function. But nothing gets printed out. Also, the return value of setLogMessageHandler shows that it was successful. Do you have any idea of any other thing that could go wrong…