Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstatusor.cc38 void StatusOrHelper::Crash(const Status& status) { in Crash() function in google::protobuf::util::internal::StatusOrHelper
Dstatusor.h168 static void Crash(const util::Status& status);
251 internal::StatusOrHelper::Crash(status_);
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java322 proto.write(ServiceRecordProto.Crash.RESTART_COUNT, restartCount); in writeToProto()
323 ProtoUtils.toDuration(proto, ServiceRecordProto.Crash.RESTART_DELAY, restartDelay, now); in writeToProto()
325 ServiceRecordProto.Crash.NEXT_RESTART_TIME, nextRestartTime, now); in writeToProto()
326 proto.write(ServiceRecordProto.Crash.CRASH_COUNT, crashCount); in writeToProto()
DEventLogTags.logtags74 30034 am_service_crashed_too_much (User|1|5),(Crash Count|1|1),(Component Name|3),(PID|1|5)
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto540 message Crash { message
548 optional Crash crash = 22;