Can I publish any Android app without deleting Log.i() statements. Is it safe?
            Asked
            
        
        
            Active
            
        
            Viewed 150 times
        
    2 Answers
1
            
            
        No, the logs files are not removed ,
 that is why many people use Timber library as the Timber logs are automatically removed.
To know more about timber visit GitHub page of Timber
        Gaurav
        
- 197
 - 2
 - 15