LeviLamina
Loading...
Searching...
No Matches
SentryUploadManager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/Async.h"
7
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8
#include "mc/platform/Result.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
TaskGroup
;
13
namespace
Bedrock {
class
SessionInfo
; }
14
namespace
Bedrock {
struct
PlatformRuntimeInfo
; }
15
namespace
Core {
class
Path
; }
16
// clang-format on
17
18
namespace
Bedrock {
19
20
class
SentryUploadManager
:
public
::Bedrock::EnableNonOwnerReferences
,
21
public
::Bedrock::ImplBase
<::Bedrock::SentryUploadManager> {
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual ::std::string getParameters(
::Bedrock::SessionInfo
const
&,
::Bedrock::PlatformRuntimeInfo
const
*)
const
= 0;
26
27
virtual ::Bedrock::Threading::Async<::Bedrock::Result<void>>
28
uploadMinidump(
::TaskGroup
&,
::Core::Path
const
&, ::std::string
const
&)
const
= 0;
29
30
virtual ::std::string
const
& getMinidumpUploadUri()
const
= 0;
31
32
virtual
~SentryUploadManager
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
};
41
42
}
// namespace Bedrock
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
Bedrock::ImplBase
Definition
_HeaderOutputPredefine.h:257
Bedrock::SentryUploadManager
Definition
SentryUploadManager.h:21
Bedrock::SessionInfo
Definition
SessionInfo.h:7
Core::Path
Definition
Path.h:10
TaskGroup
Definition
TaskGroup.h:53
Bedrock::PlatformRuntimeInfo
Definition
PlatformRuntimeInfo.h:7
src
mc
deps
application
crash_manager
SentryUploadManager.h
Generated on
for LeviLamina by
1.16.1