Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Interference with Crashlytics #58

Closed
Usipov opened this issue May 3, 2017 · 5 comments
Closed

Interference with Crashlytics #58

Usipov opened this issue May 3, 2017 · 5 comments

Comments

@Usipov
Copy link

Usipov commented May 3, 2017

Hello!
Disabled debug executable flag in the scheme and launched the app. Got these logs:

16:40:33:657 YandexMobileMetrica: Activated. Version:2.80, Release build 7224
[Crashlytics] The signal SIGABRT has a non-Crashlytics handler (PodYandexMobileMetrica_kssighndl_i_handleSignal).  This will interfere with reporting.
[Crashlytics] The signal SIGBUS has a non-Crashlytics handler (PodYandexMobileMetrica_kssighndl_i_handleSignal).  This will interfere with reporting.
[Crashlytics] The signal SIGFPE has a non-Crashlytics handler (PodYandexMobileMetrica_kssighndl_i_handleSignal).  This will interfere with reporting.
[Crashlytics] The signal SIGILL has a non-Crashlytics handler (PodYandexMobileMetrica_kssighndl_i_handleSignal).  This will interfere with reporting.
[Crashlytics] The signal SIGSEGV has a non-Crashlytics handler (PodYandexMobileMetrica_kssighndl_i_handleSignal).  This will interfere with reporting.
[Crashlytics] The signal SIGSYS has a non-Crashlytics handler (PodYandexMobileMetrica_kssighndl_i_handleSignal).  This will interfere with reporting.
[Crashlytics] The signal SIGTRAP has a non-Crashlytics handler (PodYandexMobileMetrica_kssighndl_i_handleSignal).  This will interfere with reporting.

Is that ok? Looks strange

@bamx23
Copy link
Contributor

bamx23 commented May 3, 2017

AppMetrica has its own crashes handling that can partially conflict with other crash reporting systems.

@Usipov
Copy link
Author

Usipov commented May 4, 2017

Can AppMetrica's crash reporting be disabled?

@Usipov
Copy link
Author

Usipov commented May 4, 2017

We call

[YMMYandexMetrica setReportCrashesEnabled:NO];

However, it looks like intereference takes place anyway

@bamx23
Copy link
Contributor

bamx23 commented May 5, 2017

Yes, we're going to allow disabling of crash handling in further releases.
Is there any problem with two crash handlers for you?

@Usipov
Copy link
Author

Usipov commented May 5, 2017

I do not know whether you invoke previous singlal handlers or previous uncaught exception handlers.
Looks like Crashlytics works as expected.
Just wanted to report the issue.

@Usipov Usipov closed this as completed May 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants