android-logcat Questions
7
Android logcat "application" column is always empty. I have latest version of android tools.
Garretson asked 24/1, 2013 at 19:34
3
Solved
So I noticed when I was debugging that there seems to be a tag that's repeating through my app entitled "BubblePopupHelper" with text: "isShowingBubblePopup : false"
Screenshot of the log
To my ...
Tall asked 14/8, 2014 at 15:54
5
Solved
I'm trying to filter logcat output from a real device (not an emulator) by tag name but I get all the messages which is quite a spam. I just want to read messages from browser which should be somet...
Un asked 30/5, 2011 at 8:31
2
I have a problem:
error loading /system/media/audio/ui/Effect_Tick.ogg
It's shown when I click navdraw icon. Anybody can help me??
This is errors on logcat:
04-20 01:42:11.240: E/SoundPool(63...
Salvo asked 20/4, 2014 at 9:37
4
Solved
In order to enable logging for medailytics plug in, I need to enter this into the emulator's terminal
adb shell
setprop log.tag.MMT DEBUG
Unfortunatly I don't have a clue how to open the termin...
Gay asked 6/2, 2011 at 15:17
1
I am getting a lot of debugging log in my Android logcat like this:
10-16 17:21:38.422 22842-23270/package D/libc﹕ [NET] getaddrinfo+,hn 23(0x696d616765732e),sn(),family 0,flags 4
10-16 17:21:38.4...
Inerrant asked 16/10, 2014 at 9:28
2
Solved
Hi Android Developers!
I am trying to figure out what -r and -n parameters for logcat utilitiy mean. When my log file exceeds -r number of kilobytes in size; it deletes the whole content of my log...
Carlycarlye asked 26/1, 2013 at 17:25
3
Solved
On windows (win7), debugging a real phone via USB I want to dump the logcat log into a file on my PC. The rate of data is beyond what is usable in eclipse; and I want the whole unfiltered log.
Acc...
Diedra asked 2/5, 2014 at 9:39
1
Solved
After running a project in log is added filter such as "app: My_Package_Name"
in /.idea/workspace.xml added:
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<compon...
Kampmann asked 26/1, 2015 at 10:1
3
I get this warning in Logcat while developing. Is it caused by my app?
16699-16699/tld.me.myapp.debug W/ContextImpl﹕ Implicit intents
with startService are not safe: Intent {
act=com.google.an...
Langobard asked 26/2, 2014 at 19:4
4
Solved
I noticed that when testing plain Java classes via test classes derived from TestCase and AndroidTestCase, LogCat output disappears.
Is it possible to still capture the output of these messages? o...
Opposition asked 12/5, 2011 at 18:15
0
I am getting a warning in the logcat each time running the app.
Requesting resource 0x7f0b008c failed because it is complex
I checked this resource in R.java, its the custome theme I applied. T...
Drinking asked 25/11, 2014 at 13:56
5
Solved
I use LogCat to look at the debug output of my apps.
If other apps are running or the system has of the test device has some noisy background threads running LogCat will scroll all the time and I ...
Comeon asked 22/7, 2011 at 10:8
1
Solved
Checked Solutions: Unexpected value from nativeGetEnabledTags: 0
My Logcat is only showing the following unused messages with a fast execution.
10-12 10:35:19.661: D/NativeCrypto(7146): Entering ...
Mabelmabelle asked 12/10, 2014 at 5:53
9
Solved
UPDATE: This turned out to be a bug in R14 of the SDK tools. It has been fixed in R15 which was released on Oct/27/2013. Updating to the latest release solves the problem as suggested in the accept...
Schoolman asked 19/10, 2011 at 23:35
1
Solved
What does the warning The view is not attached to a window mean? I am constantly getting it in Logcat, while trying to debug my game.
The exact output:
12-27 18:14:12.415: W/View(16827): The vie...
Intensity asked 27/12, 2012 at 12:49
1
Solved
I got this error when running a project that uses the SqliteAssetHelper library:
FATAL EXCEPTION: main
android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 24
at an...
Cetology asked 17/5, 2014 at 20:31
1
Solved
I have made an app that uses WebView. It works, however, the LogCat produces this error:
03-27 10:36:35.830: E/eglCodecCommon(1466): **** ERROR unknown type 0x0 (glSizeof,73)
I understand that 0...
Neodarwinism asked 27/3, 2014 at 10:51
7
Currently we can use logcat or ask other testers to send logcat files. But What i want as to see logs when app is on play store. So let's say if any request contact us for some problem that he is f...
Dufresne asked 9/4, 2014 at 5:16
4
Solved
In my android application i extensively use Log.i, Log.e.
On these commands I usually pass SQLite queries or http rest urls that communicate with my application.
My question is: Is it safe to kee...
Lingam asked 2/4, 2014 at 11:6
1
In order to provide a custom typeface in my ListActivity, I wrote a class CustomAdapter extending BaseAdapter according to this example here.
However, as described there, I wrote the getView() met...
Striated asked 27/3, 2013 at 20:46
2
I am trying to create a calculator design.But I do not get any compile time errors.Finally while running the Project/code a nullpointer exception Error occured.
MainActivity.java:
public class Ma...
Unlearn asked 13/2, 2014 at 5:31
8
Solved
I installed the latest version of the SDK (r21) and ADT 21.0.0. I tried simple code, and it works well, but now I get a warning in LogCat that did not appear in the previous versions:
Unexpected...
Haleakala asked 16/11, 2012 at 11:57
0
I want to know which way to change Logcat Output Format in Android DDMS.
I 'm using Android Studio 0.4.2 on MAC. I know that I can customize the format from terminal but I also need to do thi...
Herbivore asked 9/1, 2014 at 9:35
2
Solved
I have a bug that happens very randomly, so I rely on a LogCat monitoring app I bought off the Play Store, to see the exceptions thrown on my device when it happens. Since using Jelly Bean, I'm see...
Dermatome asked 13/9, 2012 at 13:48
© 2022 - 2024 — McMap. All rights reserved.