morrey / teamkomin

Automatically exported from code.google.com/p/teamkomin
0 stars 0 forks source link

Ursa Minor Beta- Debugging symbols missing #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable debug logging from CWM voodoo
2. start DDMS
3. reboot phone

What is the expected output? What do you see instead?
The expected output is debugging messages.  However, instead we are seeing 
Unable to open log device '/dev/log/main': No such file or directory

This is a high priority issue as we cannot isolate any problems in the kernel 
or the rom without DDMS/logcat.

Original issue reported on code.google.com by adamoutler@gmail.com on 26 Feb 2011 at 11:37

GoogleCodeExporter commented 8 years ago
updated initramfs to include logger.ko for debugging via ddms etc. when needed.

logger.ko is not loaded by default to use it do the follwoing:
adb shell
su
insmod /lib/modules/logger.ko

then start (or restart ddms or whatever log debugger you are using)

the logging will continue until the next reboot of the phone or you unload the 
module

Original comment by ewa...@gmail.com on 28 Feb 2011 at 7:02

GoogleCodeExporter commented 8 years ago
The level of debug logging provided by insmod is a system level debug. All 
system tasks are executing properly.   In order to troubleshoot problems with 
running software, we require Android level debugging.  ADB/DDMS must function 
correctly on verbose warning levels.

Original comment by adamoutler@gmail.com on 9 Mar 2011 at 2:37

GoogleCodeExporter commented 8 years ago
fixed by ewaltd in SVN.

Original comment by adamoutler@gmail.com on 21 Mar 2011 at 12:02