Crashpad
 
Loading...
Searching...
No Matches
crashpad::internal::IOSSystemDataCollector Class Reference

Used to collect system level data before a crash occurs. More...

#include "util/ios/ios_system_data_collector.h"

Public Types

using ActiveApplicationCallback = std::function<void(bool)>
 

Public Member Functions

void OSVersion (int *major, int *minor, int *bugfix) const
 
const std::string & MachineDescription () const
 
int ProcessorCount () const
 
const std::string & Build () const
 
const std::string & BundleIdentifier () const
 
bool IsExtension () const
 
const std::string & CPUVendor () const
 
bool HasDaylightSavingTime () const
 
bool IsDaylightSavingTime () const
 
int StandardOffsetSeconds () const
 
int DaylightOffsetSeconds () const
 
const std::string & StandardName () const
 
const std::string & DaylightName () const
 
bool IsApplicationActive () const
 
uint64_t AddressMask () const
 
uint64_t InitializationTime () const
 
int Orientation () const
 
void SetActiveApplicationCallback (ActiveApplicationCallback callback)
 

Detailed Description

Used to collect system level data before a crash occurs.


The documentation for this class was generated from the following files: