{
"type": "native",
"devices": {
"j7duo2": {}
},
"repetitions": 1,
"duration": 5000,
"apps": [
"com.samsung.android.messaging"
],
"profilers": {
"trepn": {
"subject_aggregation": "default",
"experiment_aggregation": "Scripts/aggregate_trepn.py",
"preferences": {
"profiling_interval": 100,
"battery_power_source_selection": "Direct Power"
},
"data_points": [
"battery_power"
]
}
},
"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
}