{
"type": "native",
"devices": {
"pixel3": {}
},
"repetitions": 5,
"duration": 6000,
"apps": [
"com.google.android.apps.messaging"
],
"profilers": {
"perfetto": {
"config_file" : "examples/perfetto/perfetto_config.pbtx",
"subject_aggregation" : "aggregate_scripts/aggregate_subject.py",
"config_file_format" : "text"
}
},
"scripts": {
"before_experiment": "Scripts/before_experiment.py",
"before_run": "Scripts/before_run.py",
"after_launch": "Scripts/after_launch.py",
"interaction": [
{
"type": "python3",
"path": "Scripts/interaction.py",
"timeout": 500,
"logcat_regex": "some keyword"
}
],
"before_close": "Scripts/before_close.py",
"after_run": "Scripts/after_run.py",
"after_experiment": "Scripts/after_experiment.py"
},
"time_between_run": 500
}