PWr-Aerospace / ground-control-station

CanSat Ground Control Station (GCS)
1 stars 0 forks source link

Implement more polished error catching and logging #8

Closed John15321 closed 1 year ago

John15321 commented 1 year ago

Description

Currently, the app will panic if something terribly wrong goes with the code or stalls. Implement a good error-catching system so that not only does the user have a better knowledge of what's going on but also so that the application can recover. In addition, a log file should be created in the ~/.gcs directory(created if doesn't yet exist).