Replace Crashlytics/Fabric with Countly & Sentry.
This commit is contained in:
@@ -58,18 +58,24 @@ MP_LIBS_END
|
||||
mpw_log_sink( level, file, line, function, format, ##__VA_ARGS__ ); \
|
||||
} while (0)
|
||||
|
||||
#define MPW_LOG mpw_log_os
|
||||
|
||||
#include "mpw-util.h"
|
||||
|
||||
#ifdef __OBJC__
|
||||
|
||||
#import "Pearl-Prefix.pch"
|
||||
|
||||
#define MPW_LOG(level, file, line, function, format, ...) mpw_log_os(level, file, line, function, strf(format, ##__VA_ARGS__))
|
||||
|
||||
#if TARGET_OS_IOS
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "MPTypes.h"
|
||||
#import "MPiOSConfig.h"
|
||||
#elif TARGET_OS_OSX
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "MPTypes.h"
|
||||
#import "MPMacConfig.h"
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
#define MPW_LOG mpw_log_os
|
||||
|
||||
#endif
|
||||
|
||||
#include "mpw-util.h"
|
||||
|
||||
Reference in New Issue
Block a user