Searched defs:UserCollector (Results 1 - 2 of 2) sorted by relevance

/system/core/crash_reporter/
H A Duser_collector.h32 class UserCollector : public CrashCollector { class in inherits:CrashCollector
34 UserCollector();
50 ~UserCollector() override;
186 DISALLOW_COPY_AND_ASSIGN(UserCollector);
H A Duser_collector.cc59 const char *UserCollector::kUserId = "Uid:\t";
60 const char *UserCollector::kGroupId = "Gid:\t";
71 UserCollector::UserCollector() function in class:UserCollector
76 void UserCollector::Initialize(
77 UserCollector::CountCrashFunction count_crash_function,
79 UserCollector::IsFeedbackAllowedFunction is_feedback_allowed_function,
99 UserCollector::~UserCollector() {
102 std::string UserCollector
[all...]

Completed in 68 milliseconds