Path: blob/master/examples/android/config_web_root_charging_disabled.json
907 views
{1"type": "web",2"devices": {3"Pixel 6": {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"chrome"13],14"paths": [15"https://google.com/",16"https://apple.com/",17"https://wikipedia.com/"18],19"profilers": {20"android": {21"subject_aggregation": "none",22"experiment_aggregation": "Scripts/aggregate_android.py",23"sample_interval": 100,24"data_points": [25"cpu",26"mem"27]28}29},30"scripts": {31"before_experiment": "Scripts/before_experiment.py",32"before_run": "Scripts/before_run.py",33"after_launch": "Scripts/after_launch.py",34"interaction": [35{36"type": "python3",37"path": "Scripts/interaction.py",38"timeout": 500,39"logcat_regex": "some keyword"40}41],42"before_close": "Scripts/before_close.py",43"after_run": "Scripts/after_run.py",44"after_experiment": "Scripts/after_experiment.py"45},46"time_between_run": 10047}484950