Skip to content
Snippets Groups Projects

Fix crash analysis and save load reaction

Merged MelanieCarriere requested to merge FixCrashAnalysisAndSaveLoadReaction into master
All threads resolved!
  1. Display information messages to the user :
  • An instruction message
  • If an empty json file is saved.
  • If there is no property to display (if the json file loaded is empty for exemple)
  1. Avoid warnings when save/Load LidarState in stream mode
    The properties Start and Stop of the Stream are "vtkSMProperty".
    Casting it into a proxy property raises a warnings that can be confusing for the user.

  2. Fix crash of "Is crash Analysing" option in stream mode
    During "CrashAnalysing" option:
    If the directory can not be created boost::filesystem raises an error and the application crash.
    We add a try{} catch{} to avoid that.

Edited by MelanieCarriere

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Nicolas Cadart
  • Nicolas Cadart approved this merge request

    approved this merge request

  • added 1 commit

    • 500d7666 - [ui] display information messages to the user

    Compare with previous version

  • added 1 commit

    • 985eb865 - [ui] display information messages to the user

    Compare with previous version

  • MelanieCarriere resolved all threads

    resolved all threads

  • MelanieCarriere mentioned in commit a195089b

    mentioned in commit a195089b

  • Please register or sign in to reply
    Loading