android-logcat Questions

5

Solved

I'd like to filter my LogCat based on multiple TAG, How can I achieve this? Should I use Regex in order to filter by multiple TAG? For example, I have this two lines of code which are used in my c...
Mho asked 19/8, 2017 at 4:6

27

Solved

I have recently started to use Android Studio v0.1.1, And i can't seem to find LogCat... Is it gone? Or if not, how can I enable it? If it is gone, is there any way to enable something similar to ...
Gethsemane asked 29/5, 2013 at 15:8

12

Solved

I am getting a strange issue while installing application. When I compiling my project there is no error but when I trying to launch its shows me, Installation error: INSTALL_PARSE_FAILED_MANIFES...

2

I want to remove the following sort of text "06-11 14:36:59.814 3951-4564/example.myapplication I/System.out﹕" from my system.out.prints in my app. How can I accomplish this?? I am using andr...
Gooding asked 11/6, 2016 at 18:43

16

Solved

I’m running some lengthy calculations and something goes wrong quite late. I tried using breakpoints, but with no success so far. So I put into the loop a Log.d to monitor... But quite soon, Logca...
Wain asked 8/2, 2018 at 16:11

11

Solved

I've added debug strings (using Log.d()) and want to see them in context from the contents of logCat. The "save" icon for LogCat has a "Save selected items" hint, but there's got to be a quick way ...
Overuse asked 25/11, 2011 at 3:43

3

Solved

I'm not sure if this kind of question been asked before (I did Google it but not found the proper way to solve my question). what I hope is I can disable (exclude) Log Tag from libraries used in m...
Czarevitch asked 14/4, 2015 at 4:49

4

Solved

When I start debugging my App in Android Studio 3.0 and open the Logcat, it displays so many messages and warnings, but the problem is, it never stops, even when the debugging is completed and the ...

4

Solved

It seems that if you call String text = "String<br>String"; Log.d(TAG, text); it automatically parses the String to take two lines. The same goes for new line (\n) characters. That makes ...
Lecialecithin asked 8/9, 2014 at 15:40

9

I'm trying to load images from URL into girdview using Volley Library. For this I'm following this tutorial. When I run my project, it collects all URLs from server database and then store in array...

3

Solved

My package name is getting in the way of me easily reading my logcat messages. I have to scroll way to the right to see anything. Each line is preceded with: 08-07 00:52:58.237 16332-16332/com.myc...
Epimenides asked 7/8, 2017 at 6:59

2

Solved

I usually get these two lines when i type adb lolcat in command line --------- beginning of /dev/log/main D/dalvikvm( 2586): GC_CONCURRENT freed 651K, 7% free 12236K/13063K, paused 7ms+4ms D/dalvi...
Kremer asked 31/12, 2012 at 12:5

7

Solved

I'm testing with a real device connected to Android Studio. Because of multithreading behavior that I don't want to interrupt I've added lots of log statements to my code to find out what's happeni...
Camphorate asked 23/12, 2014 at 10:58

18

Solved

So I started getting errors in my ADB logs which, I think, are causing my device to now display any logcat output for my app. I am getting all the logcat output except the one from the app itself. ...
Tranship asked 27/9, 2014 at 22:37

4

Solved

I am a newbie of android world. I have a problem of the coding. It was just a tiny error buy i dont know it doesnt work even i change others method but the error still the same error. Here the erro...

16

Solved

When I type adb devices command on terminal, it shows device is connected List of devices attached 0123456789ABCDEF device But when I type adb logcat command, it hangs with below message ...
Manganese asked 4/4, 2012 at 5:41

4

Solved

Trying to redirect the log messages using logback-android, so that messages can be saved in a file. However, it is not getting saved into a file. This is my logback.xml file configration, which is...
Hermitage asked 21/1, 2015 at 4:12

7

I want to read and react to logcat logs within my application. I found the following code: try { Process process = Runtime.getRuntime().exec("logcat -d"); BufferedReader bufferedReader = new B...
Coadjutor asked 2/10, 2012 at 14:19

6

Solved

I used Eclipse before and I could easily stop logcat from scrolling, but I can't find same funcionality in Android studio. Anyone knows how to do it?
Samford asked 18/10, 2013 at 20:43

2

Solved

I am using Android Studio 1.5.1 and it clears the logcat buffer during app restart. Now my app crashes, restarts and I don't see what happens just before the crash. Is there a way for logcat in An...
Cheroot asked 15/2, 2016 at 17:8

4

Solved

I am writing an app to capture tombstones logs. How to get the default location of tombstones logs in any Android device? Even if the tombstones logs are not available yet, where do they get stor...
Aschim asked 23/1, 2015 at 7:35

1

I wrote a simple library, which I use in my main Android Studio project. I imported that *.aar library to my main project and I can instatiate objects from that library or call methods from there. ...
Knp asked 6/9, 2016 at 7:40

3

Solved

First thing I know this is repeated question but I don't have problem in capturing image from gallery or camera. I created on dummy project to check my code here it's working fine But when I used s...
Wally asked 1/2, 2012 at 7:53

6

Solved

I am trying to take logs (logcat and kmsg) via the following command "logcat -v time -f /dev/kmsg | cat /proc/" However I am not sure, where the log file is stored, and what will be its name. ...
Organdy asked 26/3, 2014 at 5:55

8

Solved

Shutting off my own app's LogCat output before releasing an app to the market is straightforward. I also know how to selectively filter LogCat message by tag and/or id for my own debug convenience....
Kodak asked 5/4, 2011 at 14:4

© 2022 - 2024 — McMap. All rights reserved.