When you submit a bug report make sure to include a link (for example through http://www.pastie.org) to some logs. They'll appear in /var/logs/CrashReporter/Baseband after you dial the magic number **5005*78283# , press "reply" and enter a report name.
Those should be detailed enough for a first investigation.
Another option to grab more detailed logs - watch the logs live from another terminal.
Run the following script in another window
and remember to increase the window buffer of your terminal (if you're using putty on Windows, that's right click, Change settings, Window, Lines of scrollback that you can set to 9999). Those logs will be as raw as possible (but also include your IMEI and other details, so be careful where you post them). The other logs (fetched from /var/logs/CrashReporter/Baseband) are anonymous and ok to share.Code:#!/bin/bash rm /dev/console mknod /dev/console c 16 0 kill -USR1 `ps ax|grep CoreTel|grep ys|xargs|cut -d ' ' -f 1` kill -HUP `ps ax|grep CoreTel|grep ys|xargs|cut -d ' ' -f 1`
Once again, please make sure to include a link to such logs when submitting a bug reportit really makes life easier



LinkBack URL
About LinkBacks
it really makes life easier








Reply With Quote

Bookmarks