Ivan Matkov
856a89d2c3
Merge branch 'master' into v-ivmatk/improve-docs
2021-03-01 11:22:10 +03:00
Ivan Matkov
9dc363bce1
Address feedback
2021-03-01 11:10:10 +03:00
Ivan Matkov
aa672f260b
Add missing comment for new API
2021-03-01 10:32:00 +03:00
Ivan Matkov
24c6ccf69c
Add usage example in readme
2021-03-01 10:31:18 +03:00
Ivan Matkov
fd2fd7957f
Merge pull request #162 from sumanc/crash-in-delete-custom-data
...
Crash in delete custom data
2021-03-01 10:31:02 +03:00
Ivan Matkov
cd89e791a6
Merge branch 'master' into crash-in-delete-custom-data
2021-03-01 10:24:55 +03:00
Dmitrii Chichuk
9eadc0c265
Merge pull request #167 from microsoft/path_customization
...
API to customize data path upon PLCR init
2021-03-01 11:00:18 +04:00
Dmitrii Chichuk
eba601f4ff
Merge branch 'master' into path_customization
2021-02-26 18:26:33 +03:00
Dmitrii Chichuk
fe8c4ccd63
Fix format
2021-02-22 10:57:15 +04:00
Dmitrii Chichuk
100321ea0d
Move basePath to PLCrashReporterConfig class
2021-02-19 17:31:05 +04:00
Ivan Matkov
2afa27e234
Merge pull request #166 from microsoft/fix/tools-in-all-archs
...
Include tools into all archives
2021-02-15 09:28:45 +03:00
Dmitrii Chichuk
cd427d2291
Fix formatting
2021-02-12 11:05:14 +03:00
Dmitrii Chichuk
a993080c39
Apply suggestions from code review
2021-02-12 11:44:27 +04:00
Dmitrii Chichuk
ca5f115b53
Apply suggestions from code review
2021-02-12 11:41:20 +04:00
Ivan Matkov
f223d81d36
Include tools into all archives
2021-02-12 09:34:12 +03:00
youbing yang
c8b5f3a1f6
remove duplication
2021-02-06 19:37:06 +08:00
youbing yang
0c596bd285
udpate format
2021-01-30 15:53:57 +08:00
youbing yang
3ea28480ff
update change log
2021-01-28 14:59:08 +08:00
Suman Cherukuri
2980774ae4
Merge branch 'master' into crash-in-delete-custom-data
2021-01-27 09:50:00 -08:00
youbing yang
3dd963a03b
customize data path
2021-01-15 22:19:39 +08:00
Suman Cherukuri
ce4d5b3343
Fix a crash when you delete custom data and add different custom data
2021-01-12 14:01:35 -08:00
Suman Cherukuri
0148cd7cec
Fix a crash when you delete custom data and add different data
2021-01-12 13:44:03 -08:00
Ivan Matkov
280cf16a19
Merge pull request #159 from biluncloud/patch-1
...
Fix invalid return type of mach exception handler
2020-12-24 20:01:46 +03:00
Cloud
77d661d615
Fix invalid return type of mach exception handler
...
The return type of this function is `kern_return_t`,however line 298 returns `false` which means `KERN_SUCCESS` according to the definition `#define KERN_SUCCESS 0` when writing report fails. It's supposed to be `KERN_FAILURE` rather than `KERN_SUCCESS` here.
In some circumstances, the report folder in `Library/Caches` might be cleaned, so when an exception is thrown, the report would not be written successfully. However `mach_exception_callback` returns `KERN_SUCCESS` when writing the report. The thread would be resumed and exception would be thrown again and again.
2020-12-17 15:56:41 +08:00
Ivan Matkov
ac7fe54ff8
Merge pull request #157 from microsoft/fix/double-quoted-warning
...
Fix double-quoted warnings in Xcode 12
2020-12-04 10:27:26 +03:00
Anastasia Kubova
eb96992a5c
Revert changes
2020-12-03 14:37:11 +03:00
Anastasia Senyushina
c0ad636564
Apply suggestion
...
Co-authored-by: Ivan Matkov <v-ivmatk@microsoft.com>
2020-12-03 14:11:00 +03:00
Anastasia Kubova
e9e257e656
Resolve feedbacks
2020-12-03 13:54:08 +03:00
Anastasia Kubova
a079d07b4b
Merge branch 'master' into fix/double-quoted-warning
2020-11-25 17:01:22 +03:00
Ivan Matkov
0eb5c17603
Merge pull request #155 from jakob/fix-symbolication-crash
...
Fix Symbolication Crash when there is no __objc_const_ax section
2020-11-24 12:11:01 +03:00
Anastasia Kubova
a85ed4a055
Resolve some feedback
2020-11-24 10:46:54 +03:00
Anastasia Kubova
99ee7cc11a
Add missing check
2020-11-23 15:12:41 +03:00
Anastasia Kubova
c56b02c354
Update changelog
2020-11-23 14:43:47 +03:00
Anastasia Kubova
377981614a
Update imports
2020-11-23 14:43:37 +03:00
Jakob Egger
4741b0516a
Check if objcConstAxMobj is initialized
...
If there is no __objc_const_ax section, then objcConstAxMobj contains uninitialized memory
2020-11-19 15:40:45 +01:00
Ivan Matkov
de6b8f9db4
Merge pull request #152 from microsoft/release/1.8.1
...
Release 1.8.1
2020-11-06 14:20:59 +03:00
Ivan Matkov
44b1ca51ff
Update changelog
2020-11-06 11:09:37 +03:00
Ivan Matkov
4badc53650
Bump version to 1.8.1
2020-11-06 11:02:33 +03:00
Ivan Matkov
0e2e27efe7
Merge pull request #151 from microsoft/fix/ci-archive-names
...
Fix resulting archive names on CI
2020-11-03 14:44:11 +03:00
Ivan Matkov
f5ff173365
Fix resulting archive names on CI
2020-11-03 14:28:31 +03:00
Ivan Matkov
54e06bbedb
Merge pull request #144 from microsoft/v-ivmatk/apple-silicon-ci
...
Building scripts and CI for Apple Silicon
2020-10-23 13:36:02 +03:00
Ivan Matkov
285789448c
Add hash to non-master builds
2020-10-23 13:15:27 +03:00
Ivan Matkov
4b844a475b
Bump project version
2020-10-23 12:52:22 +03:00
Ivan Matkov
d9cd499154
Update changelog
2020-10-23 12:22:30 +03:00
Ivan Matkov
91c450ad21
Fix Apple Silicon CI
2020-10-23 12:06:34 +03:00
Ivan Matkov
f507b3af67
Fix typos
2020-10-21 15:32:42 +03:00
Ivan Matkov
188fabc19a
Add arm64 to simulators and MacCatalyst
2020-10-20 18:37:17 +03:00
Ivan Matkov
ac28629caf
Add Apple Silicon to release archive
2020-10-20 16:28:07 +03:00
Ivan Matkov
9ee7786649
Merge branch 'master' into v-ivmatk/apple-silicon-ci
...
# Conflicts:
# CrashReporter.xcodeproj/project.pbxproj
2020-10-19 15:29:19 +03:00
Ivan Matkov
1157665da5
Rename test schemes
2020-10-19 15:26:57 +03:00