bonus-material-app/nativeplugins/Mpaas-Scan/ios/mPaas.framework/Headers/DFCrashReport+MPaaS.h

36 lines
613 B
C
Raw Normal View History

2024-12-20 09:23:59 +08:00
//
// DFCrashReport+MPaaS.h
// APCrashReporter
//
// Created by shenmo on 5/5/16.
// Copyright © 2016 Alipay. All rights reserved.
//
@protocol DFCrashReportClass <NSObject>
/**
* crash日志
*/
+ (void)uploadCrashReport;
/**
* VC
*
* @return VC的字符串
*/
+ (NSString *) allAliveVc;
/**
* Low Memory Crash Log收集服务
*/
+ (void)enableMemoryCrashReport;
/**
* 退退
*
* @return BOOL型 YES表示上次程序退出是启动闪退
*/
+ (BOOL)isCrashedLastTimeInBootup;
@end