Commit c47a600b authored by David黄金龙's avatar David黄金龙

处理 模拟器下 不能运行程序的问题

parent cb27bfef
...@@ -30,7 +30,7 @@ typedef NS_ENUM(NSInteger, PNSLoggerLevel) { ...@@ -30,7 +30,7 @@ typedef NS_ENUM(NSInteger, PNSLoggerLevel) {
* 设置埋点上传开关,但不会对通过 setupUploader: 接口实现的自定义上传方法起作用 * 设置埋点上传开关,但不会对通过 setupUploader: 接口实现的自定义上传方法起作用
* @param enable 开关设置BOOL值,默认为YES * @param enable 开关设置BOOL值,默认为YES
*/ */
- (void)setUploadEnable:(BOOL)enable DEPRECATED_MSG_ATTRIBUTE("日志不再上传");; - (void)setUploadEnable:(BOOL)enable DEPRECATED_MSG_ATTRIBUTE("日志不再上传");
@end @end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment