android-logcat Questions
5
Solved
I have a problem:
Java Code
public class VisualizzaListaActivity extends TabActivity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) ...
Obtuse asked 16/12, 2011 at 18:20
0
I think it is that the log is too much lead to the problem, because I increase the ring buffer of the logd,just Logcat -G 5m ,it will make the problem happen slowly,but it still have。how can I solv...
Nicol asked 22/5, 2017 at 13:5
4
Solved
I am using Android Studio 2.3 and my phone is Huawei P9 Lite. I noticed that my logcat does not show errors from my phone. For example if I have code that will crash because of NullPointerException...
Dow asked 9/3, 2017 at 9:9
4
Solved
Since the phone restarts and thus gets disconnected from the Eclipse debugger/LogCat while it's booting up, how do I see where my boot complete broadcast receiver is crashing?
I am performing some...
Jackstraw asked 10/4, 2012 at 10:26
12
Solved
I installed android SDK and plugin on eclipse 4.4, and LogCat shows only the first letter from each message.
an screenshot:
The problem is probably in eclipse as I can see the LogCat well while ...
Nixon asked 29/7, 2014 at 7:40
1
Solved
I have an "old" ADT:
Eclipse IDE for Android Developers 23.0.2.1259578 adtproduct
connected to a Nougat Pixel C.
ADT doesn't succeed to read properly the format of logcat as shown on this scree...
Oxyhydrogen asked 3/9, 2016 at 1:25
2
Solved
How would one write logs from inside Native code in Android (NDK)? What are the available options?
For example, can logcat be used from inside of NDK to write logs? Or since its more upper level in...
Optime asked 5/8, 2014 at 22:39
2
Android Studio 2.2.3
Android Studio is not able to detect the line number in logcat. Is there any way to solve this? It show Unknown Source in place of line no.
LOGCAT is added just the shake of...
Marquardt asked 26/12, 2016 at 9:44
3
Solved
The app I'm building have root-access to Android. I wish to show Logcat log information in one of the TextView so it can show up on the screen while i'm debugging.
Can someone give me some ideas w...
Discoverer asked 17/8, 2014 at 16:39
2
Solved
So I'm trying to find an elusive bug in a large codebase. As such, I've put a lot of logging into my app. I'm lucky enough to have multiple testers working on this. However, I've found that a...
Szeged asked 3/5, 2016 at 13:48
4
Solved
While trying to run my app on handset, when I am trying to go from one activity to other its throwing error Unfortunately app has stopped ! & When I checked in Logcat I'm getting following erro...
Vyse asked 7/12, 2015 at 6:58
1
Solved
I want to read logs from other apps and filter them so when a certain keyword is being logged, my application will perform a certain task.
I found several methods of reading logs, but from my test...
Eisler asked 15/7, 2016 at 1:46
1
I'm currently developing an android app. I noticed a very rare error which leeds to a crash of my app. Unfortunately, I had my smartphone never connected to my pc when it occured. So, is ther...
Thracophrygian asked 24/12, 2013 at 15:9
5
My app is a combination of Android native, html5. Till last week I'm able to see the log messages from native code and javascript code running inside th WebView. But suddenly Logcat is not showing ...
Tieshatieup asked 7/7, 2012 at 8:26
5
Solved
@Override
public void onCreate(SQLiteDatabase db)
{
try{
db.execSQL("create table " + NotificationManager.getUserStatic(context) + "log ("+
KEY_TIME +" INTEGER primary key, "+ KEY_TEXT +" TEX...
Samuel asked 27/4, 2012 at 10:55
2
I'm trying to figure out when events happen on my AirPad so I'm issuing the logcat command:
adb logcat -v time -d -b radio -b events -b main -b system -b radio
In looking at the timestamps, howev...
Jameson asked 21/10, 2011 at 4:39
3
Solved
Here is the extract from LogCat:
04-04 19:51:51.270: INFO/ActivityManager(57): Starting activity: Intent { cmp=com.example.app/.Preferences }
04-04 19:51:51.710: WARN/Resources(1081): Converting t...
Chronometry asked 5/4, 2011 at 16:4
6
I'm using the latest code checked out from GitHub. (0.13.0 beta)
I'm developing for Android with Eclipse. I did added *COCOS2D_DEBUG* in Android.mk. I checked and made sure that COCOS2D_DEBUG was ...
Decolonize asked 25/4, 2012 at 8:7
1
Every time when I run my app, I'm getting this weird warning!
I don't have any idea about resolving it. Can some one please explain me this!
*Here is the logcat.*
06-25 09:34:24.997 1721-1721/? ...
Creator asked 25/6, 2015 at 4:31
3
Solved
I'm using Android Studio 1.0.2 and can't find the way to clear logcat output before each Run/Debug.
Is there any Gradle task (similar to adb logcat -c) that I can create a Run/Debug configuration...
Vitric asked 3/1, 2015 at 12:38
3
I am trying to run and test my app, but in my LogCat (besides the usual stacktrace from my app), I get all this weird extra red errors, and have no idea what it is from. It is frustrating because i...
Toreador asked 3/2, 2015 at 5:47
1
Solved
I used Logcat to show json data in android studio, but it just showed in single line and it couldn't show the whole json data. So how should I do can make
Logcat show the whole json data in multi-...
Monoploid asked 1/11, 2015 at 14:8
4
Solved
I have declared two LOG.i such as followings in my code:
Log.i("pen", pen.toString);
Log.i("book", book.toString);
Then I added these two filters to my Logcat window (via Edit Filter Configurati...
Moo asked 27/10, 2015 at 11:17
2
I would like to extend the android.util.Log class to also write to a log file in internal storage of the device, preferrably also for specific TAGS.
I currently have an implementation:
public cla...
Siqueiros asked 10/9, 2013 at 8:29
2
Solved
My logcat is filled with following message -
E/UsDebuggingManager( 476): java.io.IOException: Connection refused
E/UsDebuggingManager( 476): at android.net.LocalSocketImpl.connectLocal(Native Met...
Carrie asked 26/8, 2014 at 18:15
© 2022 - 2024 — McMap. All rights reserved.