Logcat in eclipse keeps auto clearing

前端 未结 4 1256
温柔的废话
温柔的废话 2020-12-28 18:26

until recently my logcat has been fine but all of the sudden whenever i try to view it in eclipse it just keeps clearing itself whenever anything is displayed making it impo

4条回答
  •  既然无缘
    2020-12-28 18:47

    The Logcat messages were simple getting cleared because the buffer had run out of space (receiving too many new messages), which is a simple setting change in Eclipse.

    To fix, go to Window > Preferences > Android > LogCat

    and increase the limit for "Maximum number of LogCat messages to buffer". Set it to 0 for unlimited size, or a really big number. But keep in mind, anything below 10000 fills up real fast.

    Been answered already: Eclipse Android - Logcat Clearing too Fast

提交回复
热议问题