Closed kapilv19 closed 3 years ago
Hi @kapilv19 , this looks good.
Attaching the apk for the other devs to test it out as well: https://github.com/RoboTutorLLC/RoboTutor_2020/blob/apk/RoboTutor-log_config-2021-05-11.apk
@iamsh4shank , we will squash while merging. Since I can see merge commits in the commit logs, it will be a little difficult to do a manual rebase.
@kapilv19 -
@JackMostow -
Thank you.
Hi @kapilv19 ,
Please ensure that this PR(https://github.com/RoboTutorLLC/RoboTutor_2020/pull/10) before merging the current PR otherwise there will be some inconsistencies in the logging.
@kapilv19: RoboTutor-log_config-2021-05-14.apk (at least my copy) apparently ignores config.json and uses the default configuration instead.
download/config.json enables, e.g., show_debug_launcher: { "config_version": "ftttfNULLfCD2ftf", "language_override": false, "show_tutorversion": true, "show_debug_launcher": true, "language_switcher": true, "no_asr_apps": false, "language_feature_id": "LANG_NULL", "show_demo_vids": false, "menu_type": "CD2", "show_helper_button": false, "record_screen_video": true, "include_audio_output_in_screen_video": false "baseDirectory": "roboscreen" }
but RoboTutor__3.4.2.1_000000_2021.05.18.15.03.12_6111001342.json does not:
{"RT_log_version":"1.0.1","RT_log_data":[{"class":"VERBOSE","tag":"RTag","type":"TimeStamp","datetime":"05/18/2021 15:03:12","time":"1621364592865","data":{"RoboTutor":"SessionStart"}},
{"type":"LOG_DATA","tutor":"
Please fix ASAP. Thanks!
Try this config.json: { "config_version": "ftttfNULLfCD2ftf", "language_override": false, "show_tutorversion": true, "show_debug_launcher": true, "language_switcher": true, "no_asr_apps": false, "language_feature_id": "LANG_NULL", "show_demo_vids": false, "menu_type": "CD2", "show_helper_button": false, "record_screen_video": true, "include_audio_output_in_screen_video": false "baseDirectory": "roboscreen" }
This config.json is invalid, as there should a comma after "include_audio_output_in_screen_video": false
line. @JackMostow sir, please change it accordinlgy and let me know if it works for you afterwards. Thank you.
How embarrassing that I unwittingly introduced the syntax error by omitting a comma after "include_audio_output_in_screen_video": falsewhen I edited config.json! Thanks @Kapil Verma for fixing it.
Resulting apk will log configuration and record activity screen videos.
@kapilv19 - can you please merge the pull request? I don't know which type to do (merge commit, squash, or rebase). Thanks!
Fixes #33