pjdohertygis / SARCOP

This is a GitHub page for recording and resolving issues related to SARCOP.
https://nsargc.napsgfoundation.org/
GNU General Public License v3.0
10 stars 0 forks source link

QuickCapture: Bug where tracklog is not saved when force closing the app. #132

Closed pjdohertygis closed 3 years ago

pjdohertygis commented 3 years ago

When the user (CA-TF7) closes a project without ending lines, the app should save all lines. This is not a crash situation, but a manual close. This is broken in 1.9. This will be a fix in 1.10.

pjdohertygis commented 3 years ago

@IsmaelInRedlands @xiao8579 this was fixed in v1.10 correct?

IsmaelInRedlands commented 3 years ago

This should be fixed. There is no way for the app to know if the app was closed or crashed. For this reason, data will be captured until the point when the app is closed. Data will be sent according to the auto-send rules you have setup.

pjdohertygis commented 3 years ago

Thank you @IsmaelInRedlands !