[Q] Initiate you swagger ROM crash, updated with logs - HTC Sensation

Hello,
I am wondering if you could help me with random reboots of my phone. I tried to get the last ksmsg but i got this:
HTML:
/system/bin/sh: cat: /proc/last_kmsg: No such file or directory
What can I do to find the message?
Currently in the proces of taking a logcat, but I am not sure my phone will crash.
Apart from the crash I really love this ROM

Hello again.
It crashed again, I had logging on with catlog and I got the last_kmsg. You can find the links to the logs here:
https://www.dropbox.com/s/1kefqyw5lnwd8td/lastkmsg.txt
and
https://www.dropbox.com/s/2qd2d00zrvbr4s3/logs_lastminute.txt
Am I doing this right? Maybe pastebin would be better?
I can't post in the thread in Android Development because of my post count and that is why I post here.
I hope that frankinstine will see this. Catlog ran for 2 days, log ended up 19MB big
Thank you for your time.

Hello,
me again.
Had a 5 or more crashes. This is the log https://www.dropbox.com/s/33hysl724mvb3n4/lastmsg2.txt
I don't know if you can see anything from it

Related

NOobs Guide To Proper Error Reporting

So You installed your shinny new rom It booted (mabe it didnt) And your salivating over your phone like its a shinny new toy. And whoops something goes wrong. Applicaton closes rom wont boot so on so forth. You go to post that you have a issue with the rom.
First off A NOOB
Will make countless threads over and over again Sometimes in the correct fourm most the time will not about that they cant get this to work.
Example title This rom blows help meeeeeeee i cant stall my hacked leet files rom is buserd..
body of text example
UR romz brokz ma aps fix it..
For all intents and prupose this thread is pointless not only should it be closed but the Poster should honestly go stick to stock. As they are a NOOB and prob for the first point didnt follow directions.
NOW THATS OUT OF THE WAY HERES THE PROPER WAY TO SUBMIT A BUG REPORT SO WE CAN FIX YOUR ISSUES OR AT LEAST TRY TO.
First off Get ADb shell.. Not only is it great for dev's its also great for you guys to send us stuff we to help u get your new shinny toy runnning.
Second off
http://developer.android.com/guide/developing/tools/logcat.html
^^^^learn it love it it it gives you logs. Yes crash logs app logs pretty much anything your android phone logs we can have u pull it out.
^^^THIS IS WHAT IS HELPFULL IN A BUG REPORT.^^^
Steps to proper bug report
FIRST OFF POST IN THE PROPER FOURM AND GASP THE PROPER THREAD U KNOW THE THREAD U GOT YOUR SHINNY NEW ROM FROM.
Second When you post be decriptive what were you doing when the rom crashed.
Did you try a phone reset? Yes No
Did clearing the cache and davak cash and fix premissons help via cwm?
Please list any and all tried.
IF these steps were done Does the crash still happen?
IF so
CRASH REPORT TIME
Put your phone in debug mode then connect to pc
Then navagate in dos to where ever you have your adb installed to
$ adb logcat
-f <filename> Writes log message output to <filename>. The default is stdout.
-v <format> Sets the output format for log messages. The default is brief format.
those 2 options are very handy
once you have your log file
ATTACH IT TO YOUR POST!!!!
We will look at the log's if we find out we need more info we can have you run logcat and change the format from brief to a more detailed format so we can better get an idea of whats going on.
Thank you!!!
Ps last note If its a issue we already know about hince its in the bug report and chainlog Please dont post over n over that this is broken when we already know it is thank u
Love your devs!

[How To] Fix empty logcats in Lumberjack

I'm currently using the blind build of Jellybean. Logcats are riquired for reporting any problems and Lumberjack was the suggested app to use. I installed Lumberjack but nothing ever showed up in the logs. After some searching I came across this post that suggest a command to run to give Lumberjack permissions to read the logcats and sure enough it worked. Hopefully this will help others if they are having the same problem. I'm creating this post to give the specific command for Lumberjack because the post I referenced gives the command for aLogcat.
In the Terminal Emulator, type
Code:
su
pm grant net.solarnz.apps.lumberjack android.permission.READ_LOGS
The logs didn't show up immediately for me. I think Lumberjack might need to be stopped and restarted for them to start showing up. I could be wrong. For me they started showing up about 5 minutes later after I was using a couple other apps.
Nice! Thanks for sharing this. Lumberjack was driving me nuts lol.

[Q] cant do logcat after flashing

hello. im from malaysia. using galaxy tab 7plus(infrared). getting update to jellybean(pda-p6200xxmd6,csc-p6200olbmd5) using odin.
lately i was flashing with open austia firmware(pda-p6200xxmc3,csc-p6200oxamc3). its running ok and no problem at all. i can do a logcat using terminal emulator and catlog app. after that i was flashing again with this nice rom http://forum.xda-developers.com/showthread.php?t=2410800. this why i change from malaysia firmware. there is no problem and running like they said. but now i cant to do a logcat. when i use terminal emulator, at the last line it say -waiting for decive-.
same as catlog apps, after open the apps it should run a long log. but it just do nothing. why this happen.
i should ask in that thread. but i didnt reach the limit yet.
sorry for my english. tq.

Z3 Crash Problem

hey guys i have some weird problem and i hope somebody can help me
ive done a fresh install the third the and the problem is coming and coming again.
no backups are installed clean fresh install
the problem is all apps are crashing variously
...sometimes many times per day...
or once per week or month
i have created a logcat and all other diagnostic files directly after a crash
i hope someone can find the culprit!
please help me
find the attachments here
dmesg.txt
last_kmsg.txt
logcat.zip
logcat is zipped because the file is to big

Device keeps rebooting itself every few hours

hey there guys,
my z3 keeps restarting itself every now an then, sometimes it's 5 minutes after a reboot sometimes it takes a few hours. Tried everything so far to see if it's software related: flashed concept, mm beta, completely wiped internal storage with flashtool when installing new rom, leaving it completely stock for a few days without root but nothing, also tried another sim card but nothing has helped so far, also in /proc there's no last_kmsg created so everything i found on logs so far was in data/system/dropbox
http://pastebin.com/N5FN078X
this was the only last_kmsg log i found so far maybe someone can find something in this log, would really appreciate any help :highfive:
Hi,
A few times ago my CyanogenMod also does some 'random reboots'.
The cyanogenmod logo appears but not the sony logo: it was just 'soft' reboot.
You can check this in your dmesg after reboot:
Code:
dmesg | tail
The numbers of seconds could give you this information. Then you can dump the dmesg.
Another thing I ran:
Code:
logcat > /storage/sdcard1/log
If your phone does a real reboot maybe you can see something. But warning logcat is really verbose so it writes a lot to the sdcard and file can grow fast.
Hope it help and sorry if some words are not the right ones

Categories

Resources