1

I currently play around with Firebase Analytics.

I find that my DebugView will keep logging event after DELETEING arguments in scheme. Neither does --FIRDebugDisabled work, any idea?

enter image description here

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Willjay
  • 6,381
  • 4
  • 33
  • 58

1 Answers1

0

I noticed that you have double dashes (--). The right one should be -FIRDebugDisabled

You can also stop Analytics from debugging by using this flag -noFIRAnalyticsDebugEnabled

adbitx
  • 2,019
  • 8
  • 13