-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE REQUEST: log state changes in RTFaceLogin #23
Comments
If easy, log whether playback or recording is active. E.g. playback shouldn't be ongoing when launch RoboTutor. (see #27) |
Madelein wisely suggested including current state when log stack trace. Let it be done ;-). |
@madeleinvillegas - The key state variable is _audioPlaying, which specifies which prompt is playing, and dispatches the central switch (_audioPlaying) case statement in onCompletion at |
Use same timestamp format YYYYMMDD_HHMMSS.mmm for filename as for event. |
@madeleinvillegas - Event-type-generic:
Is this all-standard-attribute format better than allowing different attributes? +: single event logger for all event types |
LogEvent(eventType, eventValue) → LogEvent computes hiatus, timestamp |
@madeleinvillegas Log Gallery_activity hide and show to track UI changes |
Log state transitions to help diagnose future bugs (if any ;-) and understand behavior in RTFaceLogin, e.g.:
The text was updated successfully, but these errors were encountered: