Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio: How to increase the size of logcat text?

Anybody knows where can I increase the size of logcat text? There's no setting for it in the main settings.

like image 436
Mahm00d Avatar asked Aug 05 '13 18:08

Mahm00d


People also ask

How to increase text size in Android Studio?

Go to File -> Settings, a new setting dialogue box will appear. Then go to Editor -> General. Now mark the checkbox Change font size with Ctrl + Mouse wheel and click on Apply button. Now to change your editor font size, you just have to press and hold Ctrl and rotate the Mouse wheel.

What is Logcat buffer?

Logcat is a command-line tool that dumps a log of system messages, including stack traces when the device throws an error and messages that you have written from your app with the Log class. This page is about the command-line logcat tool, but you can also view log messages from the Logcat window in Android Studio.


1 Answers

Go to file-> Settings-> Editor-> Colors & Font -> Console Font

Though to change the saved settings, you will have to create a new scheme or save the existing scheme with a new name(see the top of the screenshot.enter image description here)

like image 66
Paramvir Singh Avatar answered Sep 18 '22 19:09

Paramvir Singh