Simao
58ddf9e72c
Merge pull request #342 from simaoseica-dd/feature/dynamic_size
...
Make crash report size configurable
2025-02-20 18:22:17 +01:00
Jasmin Lapalme
b6979c3c34
Added caught exception logging to PLCrashReporter ( #277 )
...
* Added caught exception logging to PLCrashReporter
Signed-off-by: Landon Fuller <landonf@plausible.coop >
Issue: PLCR-459
* Add documentation and tests for the new live report generation functions.
Issue: PLCR-459
* Remove the use of autorelease
---------
Signed-off-by: Landon Fuller <landonf@plausible.coop >
Co-authored-by: Ray Lillywhite <rayll@umich.edu >
Co-authored-by: Landon Fuller <landonf@plausible.coop >
2023-04-27 14:02:49 +07:00
Dmitriy Kirakosyan
053bd4daff
Skip failing tests
2022-10-05 14:12:33 +07:00
Ivan Matkov
2ebe0323ef
Split large test case and add some comments
2022-09-20 18:20:00 +02:00
Ivan Matkov
5cbcda0fa3
Fix warnings in tests
2022-09-20 16:53:03 +02:00
Ivan Matkov
8887221bb4
Fix unit test
2020-10-14 14:04:43 +03:00
Nacho Bonafonte
bfdf6ba169
Use NSData rather than NSString to make this more general-purpose, as requested in review
2020-09-09 13:22:09 +02:00
Nacho Bonafonte
245f40cb75
Apply suggestions from code review
...
Renamed `userInfo` to `customData`,
Changed PLCrashReporter methods to a property
Store a string directly in protobuf instead of a message
2020-08-20 14:14:42 +02:00
Nacho Bonafonte
499b6a37fd
Add user info to the crash report.
...
It can be added/modified using a new method on PLCrashReporter: `-setUserInfo:(NSString *) userInfo;`.
It can be recovered from a crash report using s new property of PLCrashReport -userInfo.
2020-08-19 08:40:08 +02:00
Ivan Matkov
33a386152b
Fix tests
2020-06-02 13:20:05 +03:00
Ivan Matkov
550258a165
Merge pull request #82 from microsoft/feature/catalyst-tests
...
Fix tests for Catalyst
2020-05-13 14:36:18 +03:00
Ivan Matkov
392aef8ac9
Remove workaround to put class in dirty memory
2020-05-12 16:59:00 +03:00
Ivan Matkov
b66033be9f
Find class list in __DATA_CONST and __DATA_DIRTY segments
2020-05-12 16:14:02 +03:00
Ivan Matkov
ed6e1d2d80
USE_EH_FRAME and USE_COMPACT_UNWIND don't work together on Catalyst too
2020-05-12 15:07:40 +03:00
Ivan Matkov
ab0bdd6238
Fix choosing test binary
2020-05-12 15:03:41 +03:00
Ruslan Urmeev
5019c58da2
update doxyfile, fix unbalanced grouping commands
2020-05-08 19:34:33 +04:00
Ivan Matkov
5fd6afcbc1
Fix rest of warnings in tests
2020-04-30 18:59:12 +03:00
Ivan Matkov
43fadd7b45
Merge branch 'feature/spm' into fix/cast-warnings
...
# Conflicts:
# CrashReporter.xcodeproj/project.pbxproj
2020-04-30 18:21:21 +03:00
Oleg Misal
2c4ecb61a2
Tests warnings fixed
2020-04-30 14:06:32 +03:00
Dmitrii Chichuk
1b3d74c6b4
Add strong qualifier to properties and __strong to underlying fields
2020-04-29 19:30:50 +04:00
Anna Kocheshkova
3364a5e130
Address feedback about bridging
2020-04-29 10:36:32 +03:00
Anna Kocheshkova
17af3219d6
Remove bridge, remove nil check, remove extra project references.
2020-04-28 16:36:53 +03:00
Anna Kocheshkova
8c7d8cc80f
Add releasing an object
2020-04-28 16:10:09 +03:00
Anna Kocheshkova
2784c03c71
Address last part of the feedback
2020-04-28 15:35:19 +03:00
Anna Kocheshkova
375d1fa51c
Fix bridges
2020-04-28 12:42:22 +03:00
Anna Kocheshkova
362db9e2d5
Move tests to ARC
2020-04-28 11:59:01 +03:00
Ivan Matkov
a9f26321a7
Move utils and tests out of source folder
2020-04-27 12:49:57 +03:00