| Index: crash_collector.h
|
| diff --git a/crash_collector.h b/crash_collector.h
|
| index f3fcbe596f7461db0f29f05597ec9decd0ce923c..77afda8cf3613331c86efacc5c5cc902b52ac9f9 100644
|
| --- a/crash_collector.h
|
| +++ b/crash_collector.h
|
| @@ -138,6 +138,12 @@ class CrashCollector {
|
| const std::string &exec_name,
|
| const std::string &payload_path);
|
|
|
| + // Returns true if the device is running an official build.
|
| + bool IsOfficialBuild();
|
| +
|
| + // Returns true if the a crash test is currently running.
|
| + bool IsCrashTestInProgress();
|
| +
|
| CountCrashFunction count_crash_function_;
|
| IsFeedbackAllowedFunction is_feedback_allowed_function_;
|
| SystemLogging *logger_;
|
|
|