Home
last modified time | relevance | path

Searched refs:acfg (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source_unittest.cc257 AndroidLogConfig acfg; in TEST_F() local
258 acfg.add_filter_tags("Zygote"); in TEST_F()
259 acfg.add_filter_tags("ActivityManager"); in TEST_F()
260 acfg.add_filter_tags("Unmatched"); in TEST_F()
261 acfg.add_filter_tags("libprocessgroupZZ"); in TEST_F()
262 cfg.set_android_log_config_raw(acfg.SerializeAsString()); in TEST_F()
282 AndroidLogConfig acfg; in TEST_F() local
283 acfg.set_min_prio(protos::gen::AndroidLogPriority::PRIO_WARN); in TEST_F()
284 cfg.set_android_log_config_raw(acfg.SerializeAsString()); in TEST_F()
383 AndroidLogConfig acfg; in TEST_F() local
[all …]