Lines Matching defs:config
57 // Temporary config file that we will emit for the daemon to read
173 /// config file.
344 // version of GMS core, then the config directory we're interested in
365 W: unable to open config directory /does/not/exist: (No such file or directory)
366 I: profile collection skipped (missing config directory)
490 // Gracefully handly malformed items in the config file
551 // Set up config
552 ConfigReader config;
553 config.overrideUnsignedEntry("collect_cpu_utilization", 0);
554 config.overrideUnsignedEntry("collect_charging_state", 0);
555 config.overrideUnsignedEntry("collect_camera_active", 0);
559 encode_to_proto(input_perf_data, encoded_file_path(0).c_str(), config, 0);
623 // Set up config to avoid these annotations (they are tested elsewhere)
624 ConfigReader config;
625 config.overrideUnsignedEntry("collect_cpu_utilization", 0);
626 config.overrideUnsignedEntry("collect_charging_state", 0);
627 config.overrideUnsignedEntry("collect_camera_active", 0);
631 encode_to_proto(input_perf_data, encoded_file_path(0).c_str(), config, 0);
728 I: config file path set to $NATIVE_TESTS/perfprofd_test/perfprofd.conf
784 I: config file path set to $NATIVE_TESTS/perfprofd_test/perfprofd.conf
854 I: config file path set to $NATIVE_TESTS/perfprofd_test/perfprofd.conf