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.
11
votes
4answers
129 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 ...
1
vote
3answers
235 views
Can the on-board ADB Server find the device itself?
I know that Android devices have an on-board adb server. I am able to start the server through the terminal emulator and run adb commands, but the device itself does not show up in the device list. ...
2
votes
1answer
206 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 ...
0
votes
1answer
26 views
How do I begin to troubleshoot aCal?
I'm running aCal on my Samsung Galaxy S / Gingerbread and it isn't updating. Adding events pushes them out to my CalDAV server, but I don't see any events.
In aLogcat I see an awful lot of errors:
...
2
votes
0answers
445 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
1
vote
0answers
22 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?
1
vote
0answers
14 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?
1
vote
0answers
168 views
How can I see bootloader stdout debugging messages?
I'm trying to understand the mechanisms of the Android bootloader.
The source code for this is here:
...
1
vote
0answers
508 views
rmt_storage keeps polling and spam logcat
In logcat I can see rmt_storage keeps doing something every 2/3 seconds
I/rmt_storage(15279): rmt_storage open success
I/rmt_storage(15279): rmt_storage shared memory ioctl success
...
0
votes
0answers
27 views
How do I get the log files on my Optima Smart 220?
I want to access the log files of my tablet (Optima Smart 220, running 4.1.1 Jelly Bean).
Also, how do I root this device so I can get the log files?
0
votes
0answers
830 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 ...
0
votes
0answers
52 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 ...