Android studio maximum number of lines logcat

前端 未结 5 1656
萌比男神i
萌比男神i 2020-12-09 04:00

I\'m testing with a real device connected to Android Studio. Because of multithreading behavior that I don\'t want to interrupt I\'ve added lots of log statements to my code

5条回答
  •  南笙
    南笙 (楼主)
    2020-12-09 04:22

    I found this:

    I’ve found that in the eighth release of idea IDE, the “Limit Run/Debug Console Output” setting is gone so actually the only way for increasing the console output size is to set the idea.cycle.buffer.size value in idea.properties.

提交回复
热议问题