Path: blob/master/examples/batterymanager/config.json
908 views
{1"type": "native",2"devices": {3"Pixel 6": {}4},5"repetitions": 2,6"apps": [7"com.android.chrome"8],9"duration": 10000,10"profilers": {11"batterymanager": {12"experiment_aggregation": "default",13"sample_interval": 100,14"data_points": [15"BATTERY_PROPERTY_CURRENT_NOW", "EXTRA_VOLTAGE"16],17"persistency_strategy": [18"adb_log"19]20}21},22"scripts": {23"before_experiment": "Scripts/before_experiment.py",24"before_run": "Scripts/before_run.py",25"after_launch": "Scripts/after_launch.py",26"before_close": "Scripts/before_close.py",27"after_run": "Scripts/after_run.py",28"after_experiment": "Scripts/after_experiment.py"29},30"time_between_run": 100031}323334