gpt4 book ai didi

ios - 如何撤消 `-FIRAnalyticsDebugEnabled` ?

转载 作者:行者123 更新时间:2023-11-29 05:33:12 27 4
gpt4 key购买 nike

我刚刚添加了 FIRAnalyticsDebugEnabled 作为启动参数,正如多处建议的那样:

  1. Xcode 控制台:

    6.5.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see [https://help.apple.com/xcode/mac/8.0/])
  2. Get Started with Google Analytics for iOS指南:

    enter image description here

  3. 等等

启用它后,我开始看到如下输出:

Event is not subject to real-time event count daily limit. Marking an event as real-time. Event name, parameters: session_start (_s), {
firebase_debug (_dbg) = 1;
firebase_event_origin (_o) = auto;
ga_realtime (_r) = 1;
session_id (_sid) = 123;
session_number (_sno) = 2;
}

现在我知道事件正在正确输出,我想禁用它,因为它会向控制台发送垃圾邮件。但是,上面提到的这些资源都没有讨论如何禁用它。

如何禁用它?

我尝试删除启动参数,但日志仍然出现。


请注意,这不是这些类似问题的重复:

最佳答案

Many places会告诉您添加启动参数 -FIRDebugDisabled 但因为我在启用 -FIRAnalyticsDebugEnabled 之前没有它,这看起来很奇怪。

找了好久才找到,但是DebugView上的页面有一些关键信息:

To enable Analytics Debug mode on your development device, specify the following command line argument in Xcode :

-FIRDebugEnabled

This behavior persists until you explicitly disable Debug mode by specifying the following command line argument:

-FIRDebugDisabled

这里的关键是“行为持续存在”。看起来 -FIRAnalyticsDebugEnabled 的行为方式与它持续存在的方式完全相同:您只需运行它一次。

因此,要返回到使用 -FIRAnalyticsDebugEnabled 运行之前的状态:

  1. 使用 -FIRDebugDisabled 启动参数运行应用一次。
  2. 删除启动参数。

关于ios - 如何撤消 `-FIRAnalyticsDebugEnabled` ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57334170/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com