android-logcat Questions

3

Solved

I can see that the log.d requires Log.d(String TAG, String). How do I print to the android debug logcat a List String instead of just a String?
Catina asked 13/3, 2014 at 17:7

5

I am getting lots of this kind of logcat messages related to my application. 11-19 19:04:23.872 3327 3440 I chatty : uid=10085 com.xxxx.yyy expire 18 lines What are these log messages? Am I missi...
Gio asked 4/1, 2016 at 8:35

3

Solved

50% of the time when running my app I'm getting this error 06-20 12:56:51.183: A/libc(32140): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 32140 (example.www) I just have to reopen t...
Gillie asked 20/6, 2013 at 11:0

4

I'm testing my app in a physical device On debug run Console $ adb push C:\Users\arjun\AndroidStudioProjects\Scol\app\build\outputs\apk\app-debug.apk /data/local/tmp/com.example.arjun.scol $ ...

31

Solved

I'm a total noob at Android programming, and wanted to learn how to debug my apps. I can't seem to have my Log.i|d|v calls displayed in the LogCat. Here's the code that I'm using. As you can see ...
Godoy asked 19/11, 2010 at 19:28

10

Solved

I'm using Android Studio (Beta) 0.8.7 and my logcat has been working fine for months. All of a sudden my logcat is unable to detect any app or package names. This means I cannot filter the messages...
Fulk asked 26/8, 2014 at 11:32

2

Solved

When using LogCat the logs are shown three times. Can anyone explain why this is happening? A sample of the Log: 04-24 15:45:30.443: INFO/dalvikvm(351): Debugger has detached; object registry had...
Nickola asked 24/4, 2011 at 16:7

5

Solved

In Restkit on iOS there is a verbose debug option. RKLogConfigureByName("*", RKLogLevelTrace);. Does anyone know if there is an equivalent for Volley. Basically I am going straight to the ErrorList...
Adamis asked 20/3, 2014 at 17:1

2

Through out the testing before the release the app worked well. We tested it on a couple of devices and didn't see any problems. Once the app was uploaded to the Play Store one of our users started...
Vespucci asked 3/5, 2016 at 14:44

3

Solved

I want to execute some shell commands and get the output in a TextView. The command may have a continuous output like ping or logcat. Also, the TextView should scroll automatically as the command o...
Ursi asked 12/5, 2014 at 11:39

2

Solved

e.printStackTrace() works fine (i.e. prints my stacktrace to stderr) but Log.X fails to print a stacktrace at all. For example: } catch (IOException e) { Log.e("Network", "Exception", e); e.pri...
Wedge asked 31/8, 2013 at 4:39

2

Solved

I filter my Logcat lines based on a single String, as depicted below: But there I face numerous long long lines and I have much trouble recognizing the wanted values in the middle of the lines. ...
Hoang asked 23/5, 2015 at 7:54

2

In my application I'm implementing in-app purchase using Google In-app Billing Version 3 API. In logs from my app I see: D/Finsky (26024): [1204] InAppBillingUtils.pickAccount: com.example.myapp: ...

6

Solved

I have a similar problem to the ones listed here and here. I am getting an INSTALL_FAILED_DEXOPT error every time I try to install my app on my Motorola Xoom. Here is the error message from the c...
Limitative asked 2/8, 2011 at 13:57

1

Our Android Espresso UI tests are able to pass when running on a normal windowed Linux Android emulator, but fail when we run them with the -no-window -no-audio flags. We've pulled the Test Orchest...

1

Solved

I am looking for a solution to access the internal state of our app from adb for debugging purposes. I have used dumpsys a lot to get the internal state of system services so now I wonder if I can...
Brendon asked 1/5, 2018 at 7:42

0

When debugging my android app, the Android Studio logcat window is flooded with dozens and dozens of identical BufferItemConsumer errors on every click. This is regardless of using the emulator or ...
Scandinavian asked 13/8, 2018 at 20:9

3

Now that I have integrated Firebase, I don't want to see logcat spam like this D/FirebaseCrashApiImpl: FirebaseCrash reporting API initialized I/FirebaseCrash: FirebaseCrash reporting initialized ...
Redintegration asked 1/6, 2016 at 19:55

1

Solved

I am wondering about avc: denied messages in my logcat. W/RenderThread: type=1400 audit(0.0:631436): avc: denied { read } for name="perf_ioctl" dev="proc" ino=4026533695 scontext=u:r:untrust...
Semirigid asked 8/7, 2018 at 11:2

2

Solved

I have one android project in which I have included 3 other android library project and I am using eclipse. I have tried to print log from the library project, but it only prints the log of the mai...
Toscana asked 2/3, 2013 at 6:21

6

Solved

I need to get the Android device timestamp in the format hh:mm:ss:SS. I am able to view the time displayed in the Logcat of Eclipse. Is it the computer's time or is it the Android device's time?
Revoice asked 27/2, 2013 at 14:7

2

I am facing a strange problem with android studio. In logcat monitor, there is not much space for search box. I am not able to find out any option to make it larger. is there any way to make thi...

2

Solved

My application runs perfectly. But my logcat give an error every time when I run my application: 12-11 20:45:42.539 946-1547/package E/StudioProfiler: Studio Profilers encountered an unexpecte...
Geopolitics asked 14/12, 2017 at 7:10

5

Solved

I have configured my app to support Android Oreo with compileSdkVersion 26. I've also set up android:autofillHints="phone" for my phone number input field. When I tap on the field, I can see "Autof...
Glabrous asked 11/8, 2017 at 5:14

2

Solved

Logcat on Samsung phones is a real pain. They have just too much on the logcat of their own to make our developing life easy. Is there a way to reduce and filter OUT their message for noisy package...
Komsa asked 4/3, 2014 at 5:5

© 2022 - 2024 — McMap. All rights reserved.