Logging is the process by which the system records what's going on - i.e. events, errors, warnings, and related information. Most apps provide details in log files, so the system logs help to debug problems.
1
vote
2answers
142 views
How to find the app that causes crashes?
Where should I begin the hunt for the cause of crashes / reboots when logging apps do not work anymore?
2
votes
2answers
4k views
Samsung Galaxy S3 black screen and automatic reboots
I have a Samsung Galaxy S3, purchased on July 2012.
Sometimes, when I press the power button, the screen keeps black. The button LEDs turn on, but nothing else happens, and I have to remove the ...
0
votes
1answer
40 views
logcat log loss
I am using android jellybeans. There is a large amount of debug information being dumped by many components. So, I notice that logs from my application are often lost. I have tried dumping logcat log ...
1
vote
0answers
21 views
Debugging android communication with base transceiver station
Is there a way to see the (IN/OUT) messages while registration procedure or call establishment takes place?
3
votes
1answer
711 views
Debug Samsung Galaxy S3 Blank Screen Freezes
my Samsung Galaxy S3 suffers from the Black/Blank screen freeze. The only remedy is to pull the battery to get the phone to respond again. I'm running Android 4.1.1 and I have done a factory reset. ...
1
vote
0answers
19 views
How can I determine what app put a spam shortcut on my home screen? [duplicate]
Recently, I discovered that some app on my phone had taken it upon itself to place a very nice "Free Games" shortcut on my home screen. I haven't installed any new apps in the recent past, so I would ...
0
votes
0answers
522 views
Can receive but cannot send SMS on SGS3, help me debug with logcat?
For a couple months now (during which time I've tried ~20 ROMs), I can receive & make calls fine, receive & send emails fine, sync fine, everything is fine except I cannot send SMS. I've tried ...
2
votes
1answer
867 views
Google Play Store Doesn't Open
So, in the end of the past year I have finally got to root my china replica (fake) Galaxy SIII
Everything was working just fine, until I remove some app from the /system/app directory, because this ...
2
votes
0answers
326 views
Trace/log of all activity on my android device
Is it possible to put on trace or get log of all activity on android device.
If so, How?Also are there any key logger application
5
votes
2answers
198 views
Analyzing packets in android
I want to analyze packets on my rooted Android mobile phone.
What I did so far:
I have installed shark for root and shark reader. I tried to sniff packets, but shark reader only shows RAW packet.
...
1
vote
0answers
13 views
What is FxStreamingTexture and why does it fill up my logcat?
My locgat is full of such lines:
01-05 10:46:40.939: D/FxStreamingTexture(3948): BasicFuture_get return m_value = android.graphics.Bitmap@4074d6b8
How can I get rid of them?
0
votes
0answers
50 views
What is the origin and purpose of RS_##.log files?
On my Galaxy S3 (I747, rooted stock ROM, 4.1.1 jellybean), there are a number (currently 66) of files in /data with names following the format RS_##.log, where ## is a 1 or 2 digit number, currently ...
11
votes
3answers
108 views
How can I monitor and log data connection mode and rate, and log with location?
I would like to understand what connection type and theoretical data rate my phone is using for its data connection, and how it changes with different locations. I'm not looking for an actual data ...
2
votes
1answer
186 views
What would cause the existence of a /sdcard/logfile.log?
Since quite some time I've been getting a file /sdcard/logfile.log which gets really big quickly, last time I checked it was about 2MB. That file seems a general system log since I remember seeing ...
1
vote
2answers
106 views
How do one know what is the reasons why an android apps exit with exceptions?
Sometime, when you install a particular apps in the emulator, it work perfectly fine. So, you install the apps into your phone and/or tablet and it throws an exception when you run it.
Similar, when ...