RoboTutorLLC / RoboTutor_2020

Other
3 stars 1 forks source link

Feature request: Make CRASH logs and screen recording filenames easy to link to session log. #98

Closed JackMostow closed 1 year ago

JackMostow commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Screen recording filenames should be easy to link to session log.

Describe the solution you'd like A clear and concise description of what you want to happen. Include session ID (tablet ID + studentID + launch timestamp...) in screen recording filename. Also that variable whose purpose we don't remember, currently commented out in CrashHandler.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Approach to be followed (optional) A clear and concise description of approach to be followed.

Additional context Add any other context or screenshots about the feature request here.

JackMostow commented 1 year ago

Likewise for CRASH logs -- include session ID in filename. Also include sanitized activity name in screen recording filename.

JackMostow commented 1 year ago

sessionID = tablet ID + 6-digit session # + session start time

Sanitized activity name would also be useful to include in stack trace filename provided it doesn't break anything.