Top

iOS | supress logs

Comentários

1 comentário

  • Patrik Spisak

    I disabled logs my way because not sure if there is API or not for this.

    In path:

    Pods/Target Support Files/RainbowSDK

    I have created file:

    RainbowSDK-prefix.pch

    Inside file I have add

    #ifdef __OBJC__

    #import <UIKit/UIKit.h>

    #else

    #ifndef FOUNDATION_EXPORT

    #if defined(__cplusplus)

    #define FOUNDATION_EXPORT extern "C"

    #else

    #define FOUNDATION_EXPORT extern

    #endif

    #endif

    #endif

    #ifndef DEBUG

        #define NSLog(...)

    #endif

    Inside Xcode, I have selected Pods, Targets: RainbowSDK -> Prefix Header Set To:

    Target Support Files/RainbowSDK/RainbowSDK-prefix.pch

    So if I run app as Release all NSLog are disabled. NSLogs should be disabled in production because they are causing performance issues.

    0
    Ações de comentário Permalink

Por favor, entrar para comentar.

Ainda não consegue encontrar o que você precisa?

  • Contate-nos

    Você tem alguma pergunta sobre o Rainbow? Deixe-nos uma mensagem para obter mais informações.

    Contato
  • Pergunte à Comunidade

    Você precisa de ajuda? Faça suas perguntas na Comunidade para obter respostas de outros usuários do Rainbow.

    Enviar mensagem