
The green color is hard to read on the light editor skin (it works on the dark skin). The "Connected" text is not aligned in the vertical center of the footer.On the left of the horizontal scrollbar there is also a gap. There is a small gap (of 1 or 2 pixels) after each scroll bar.It's especially weird when you remove the filter text, but the text is still filtered.

I would say go for edges on both sides (as that's what matches the button styles).Īs a plus, updating the filtering while typing (instead of waiting for an enter) would be amazing. The input text is not aligned in the vertical center.Īnd it looks strange that the search bar is round at the left and has edges on the right. Also the search icon is pixelated and streched (running on Windows 10 on a 1080p screen). The search bar seems to be not in line with the rest of the menu bar (there is a gap of a few pixels at the top).I think the look of the GUI could be improved at some points: Please make it case insensitive by default (I think that's what people would expect most of the time).

What I've noticed is that the search bar seems to be case sensitive.

So thank you very much for your effort on this. Whether to change the setting via adb or the UI is dependent upon your own use case and whether you want the settings to persist or not.Hi love the idea of having logcat directly in Unity. It’ll take a couple of seconds to change, and most devices today have more than enough space to support larger log file sizes. If you ever find that your log files are being truncated while developing and you need a fast way to maintain larger log files, changing the logcat buffer size is the answer. A major advantage of using Developer options is that the selection will be persisted over reboots, but the disadvantage is that you cannot set each buffer individually. I have found that when switching to off, logcat will still hold and report a buffer size of 64Kb.

This will display options ranging from off to 16Mb. Then navigate to the newly visible Developer options entry, scroll down, and click on logger buffer size. First enable Developer options in Settings. Via the UIĪs of Android 5.0, there’s also way to change the buffer size via Developer options on the device. Something to be aware of when using this method is that the settings will not be persisted over reboots, so you will have to send this command on connection to ensure the buffers are set at the sizes you expect.
