Marks the start of a task that should continue if the application enters the background. More...
#include "util/ios/scoped_background_task.h"
Public Member Functions | |
ScopedBackgroundTask (const char *task_name) | |
ScopedBackgroundTask (const ScopedBackgroundTask &)=delete | |
ScopedBackgroundTask & | operator= (const ScopedBackgroundTask &)=delete |
Marks the start of a task that should continue if the application enters the background.
crashpad::internal::ScopedBackgroundTask::ScopedBackgroundTask | ( | const char * | task_name | ) |
[in] | task_name | A string used in debugging to indicate the reason the activity began. This parameter must not be nullptr or an empty string. |