How to increase no of lines(log level) in Logcat

android, android-logcat, debugging, eclipse, logcat

Solution

Assuming you are using Windows/Eclipse...

Window -> Prefernces -> Android -> LogCat -> Maximum number of logcat messages to buffer

Set it to a value that makes it more usable to you.

Problem

Possible Duplicate: Java / Android - How to print out a full stack trace? i am working on an android app. Sometimes it stops working and show force close error. when i view the logcat it shows 4 to 5 lines then says 15 more/ 11 more. i cannot reach to line where that exception occured. Is there any way to increase view full stack trace. Please Help I am stuck. Thanks. If i have not explained properly please someone edit the question. EDIT: Answer to question is Java / Android - How to print out a full stack trace?

Original source

Related problems