Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Duser_collector_test.cc134 EXPECT_TRUE(collector_.ShouldDump(false, true, &reason)); in TEST_F()
138 EXPECT_FALSE(collector_.ShouldDump(false, false, &reason)); in TEST_F()
144 EXPECT_FALSE(collector_.ShouldDump(false, false, &result)); in TEST_F()
147 EXPECT_TRUE(collector_.ShouldDump(true, false, &result)); in TEST_F()
Duser_collector.h171 bool ShouldDump(bool has_owner_consent,
Duser_collector.cc575 bool UserCollector::ShouldDump(bool has_owner_consent, in ShouldDump() function in UserCollector
645 bool dump = ShouldDump(is_feedback_allowed_function_(), in HandleCrash()