Skip to content

Commit e5e9030

Browse files
committed
Removes SentryCrashBinaryImageProvider in V9
1 parent 827b50c commit e5e9030

File tree

6 files changed

+1
-49
lines changed

6 files changed

+1
-49
lines changed

CHANGELOG-v9.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
### Breaking Changes
44

5-
Removes deprecated SentryDebugImageProvider class (#5598)
65
Makes app hang tracking V2 the default and removes the option to enable/disable it (#5615)
76
Removes public SentrySerializable conformance from many public models (#5636, #5840, #5982)
87
Removes `integrations` property from `SentryOptions` (#5749)

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Removes deprecated `setExtraValue` from SentrySpan (#5864)
1212
- Removes deprecated getStoreEndpoint (#5591)
1313
- Removes deprecated useSpan function (#5591)
14+
- Removes deprecated SentryDebugImageProvider class (#5598)
1415
- Removes segment property on SentryUser, SentryBaggage, and SentryTraceContext (#5638)
1516
- Removes deprecated TraceContext initializers (#6348)
1617
- Removes deprecated user feedback API, this is replaced with the new feedback API (#5591)

Sentry.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@
456456
7BA235632600B61200E12865 /* SentryInternalNotificationNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA235622600B61200E12865 /* SentryInternalNotificationNames.h */; };
457457
7BA61CAD247BAA0B00C130A8 /* SentryDebugImageProviderInternal.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA61CAC247BAA0B00C130A8 /* SentryDebugImageProviderInternal.m */; };
458458
7BA61CAF247BBF3C00C130A8 /* SentryDebugImageProviderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BA61CAE247BBF3C00C130A8 /* SentryDebugImageProviderTests.swift */; };
459-
7BA61CB4247BC3EB00C130A8 /* SentryCrashBinaryImageProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA61CB3247BC3EB00C130A8 /* SentryCrashBinaryImageProvider.h */; };
460459
7BA61CBF247CEA8100C130A8 /* SentryFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA61CBE247CEA8100C130A8 /* SentryFormatter.h */; settings = {ATTRIBUTES = (Private, ); }; };
461460
7BA61CC8247D125400C130A8 /* SentryDefaultThreadInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA61CC7247D125400C130A8 /* SentryDefaultThreadInspector.h */; };
462461
7BA61CCA247D128B00C130A8 /* SentryDefaultThreadInspector.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA61CC9247D128B00C130A8 /* SentryDefaultThreadInspector.m */; };
@@ -1764,7 +1763,6 @@
17641763
7BA235622600B61200E12865 /* SentryInternalNotificationNames.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryInternalNotificationNames.h; path = include/SentryInternalNotificationNames.h; sourceTree = "<group>"; };
17651764
7BA61CAC247BAA0B00C130A8 /* SentryDebugImageProviderInternal.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDebugImageProviderInternal.m; sourceTree = "<group>"; };
17661765
7BA61CAE247BBF3C00C130A8 /* SentryDebugImageProviderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryDebugImageProviderTests.swift; sourceTree = "<group>"; };
1767-
7BA61CB3247BC3EB00C130A8 /* SentryCrashBinaryImageProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCrashBinaryImageProvider.h; path = include/SentryCrashBinaryImageProvider.h; sourceTree = "<group>"; };
17681766
7BA61CBE247CEA8100C130A8 /* SentryFormatter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryFormatter.h; path = include/HybridPublic/SentryFormatter.h; sourceTree = "<group>"; };
17691767
7BA61CC7247D125400C130A8 /* SentryDefaultThreadInspector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDefaultThreadInspector.h; path = include/SentryDefaultThreadInspector.h; sourceTree = "<group>"; };
17701768
7BA61CC9247D128B00C130A8 /* SentryDefaultThreadInspector.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDefaultThreadInspector.m; sourceTree = "<group>"; };
@@ -2886,7 +2884,6 @@
28862884
6344DDB31EC309E000D9160D /* SentryCrashReportSink.m */,
28872885
6344DDB71EC3115C00D9160D /* SentryCrashReportConverter.h */,
28882886
6344DDB81EC3115C00D9160D /* SentryCrashReportConverter.m */,
2889-
7BA61CB3247BC3EB00C130A8 /* SentryCrashBinaryImageProvider.h */,
28902887
7BA61CAC247BAA0B00C130A8 /* SentryDebugImageProviderInternal.m */,
28912888
6273513E2CBD14970021D100 /* SentryDebugImageProviderInternal.h */,
28922889
7BA61CBE247CEA8100C130A8 /* SentryFormatter.h */,
@@ -5272,7 +5269,6 @@
52725269
6344DDB01EC308E400D9160D /* SentryCrashInstallationReporter.h in Headers */,
52735270
7B5CAF7527F5A67C00ED0DB6 /* SentryNSURLRequestBuilder.h in Headers */,
52745271
63FE70ED20DA4C1000CDBAE8 /* SentryCrashMonitor_NSException.h in Headers */,
5275-
7BA61CB4247BC3EB00C130A8 /* SentryCrashBinaryImageProvider.h in Headers */,
52765272
63FE713D20DA4C1100CDBAE8 /* SentryAsyncSafeLog.h in Headers */,
52775273
D43A2A102DD47FB700114724 /* SentryWeakMap.h in Headers */,
52785274
D8A3649D2C91AA3300AC569B /* SentryReplayApi.h in Headers */,

Sources/Sentry/include/SentryCrashBinaryImageProvider.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

Sources/Sentry/include/SentryCrashDynamicLinker.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,6 @@ typedef struct {
6363
uintptr_t size;
6464
} SentrySegmentAddress;
6565

66-
#if !SDK_V9
67-
/** Get the number of loaded binary images.
68-
*/
69-
int sentrycrashdl_imageCount(void);
70-
71-
/** Get information about a binary image.
72-
*
73-
* @param index The binary index.
74-
*
75-
* @param buffer A structure to hold the information.
76-
*
77-
* @return True if the image was successfully queried.
78-
*/
79-
bool sentrycrashdl_getBinaryImage(int index, SentryCrashBinaryImage *buffer, bool isCrash);
80-
#endif // !SDK_V9
81-
8266
/** Get information about a binary image based on mach_header.
8367
*
8468
* @param header_ptr The pointer to mach_header of the image.

Tests/SentryTests/SentryTests-Bridging-Header.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
#import "SentryCoreDataTrackingIntegration.h"
6767
#import "SentryCrash+Test.h"
6868
#import "SentryCrashBinaryImageCache.h"
69-
#import "SentryCrashBinaryImageProvider.h"
7069
#import "SentryCrashC.h"
7170
#import "SentryCrashCachedData.h"
7271
#import "SentryCrashCxaThrowSwapper.h"

0 commit comments

Comments
 (0)