Searched refs:Crash (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | statusor.cc | 38 void StatusOrHelper::Crash(const Status& status) { in Crash() function in google::protobuf::util::internal::StatusOrHelper
|
D | statusor.h | 168 static void Crash(const util::Status& status); 251 internal::StatusOrHelper::Crash(status_);
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 322 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()
|
D | EventLogTags.logtags | 74 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/ |
D | activitymanagerservice.proto | 540 message Crash { message 548 optional Crash crash = 22;
|