Path: blob/master/examples/trepn/config_web_root_charging_disabled.json
907 views
{1"type": "web",2"devices": {3"nexus5x": {4"root_disable_charging": "True",5"charging_disabled_value": 0,6"usb_charging_disabled_file": "sys/class/power_supply/battery/charging_enabled"7}8},9"repetitions": 1,10"randomization": false,11"browsers": [12"firefox"13],14"paths": [15"https://google.com/",16"https://apple.com/",17"https://wikipedia.com/"18],19"profilers": {20"trepn": {21"subject_aggregation": "default",22"experiment_aggregation": "Scripts/aggregate_trepn.py",23"preferences": {24"profiling_interval": 100,25"battery_power_source_selection": "Direct Power"26},27"data_points": [28"battery_temp",29"mem_usage",30"battery_power"31]32}33},34"scripts": {35"before_experiment": "Scripts/before_experiment.py",36"before_run": "Scripts/before_run.py",37"after_launch": "Scripts/after_launch.py",38"interaction": [39{40"type": "python3",41"path": "Scripts/interaction.py",42"timeout": 500,43"logcat_regex": "some keyword"44}45],46"before_close": "Scripts/before_close.py",47"after_run": "Scripts/after_run.py",48"after_experiment": "Scripts/after_experiment.py"49},50"time_between_run": 10051}525354