How to get log from an android application I want to see the log files of an android app and all of its outputs when it runs. Please tell me how i can do this. Thanks in advance
            Asked
            
        
        
            Active
            
        
            Viewed 1.9k times
        
    0
            
            
        - 
                    You mean in your app or in your IDE? – Xaver Kapeller Jul 29 '14 at 16:39
1 Answers
0
            
            
        That's what LogCat is for. To enable Logcat go to Window-> Show View -> Other -> Android-> Logcat. It will show the debug and system logs.
 
    
    
        Illegal Argument
        
- 10,090
- 2
- 44
- 61
- 
                    9He wants to get LogCat **inside application programatically**, not outside – Gintas_ Jul 29 '14 at 17:34
