OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UserCollector
(Results
1 - 2
of
2
) sorted by null
/system/core/crash_reporter/
user_collector.h
32
class
UserCollector
: public CrashCollector {
34
UserCollector
();
50
~
UserCollector
() override;
186
DISALLOW_COPY_AND_ASSIGN(
UserCollector
);
user_collector.cc
59
const char *
UserCollector
::kUserId = "Uid:\t";
60
const char *
UserCollector
::kGroupId = "Gid:\t";
71
UserCollector
::
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
::GetErrorTypeSignature(ErrorType error_type) const
[
all
...]
Completed in 224 milliseconds