How to disable serial console in emulator?

Viewed 1025

does someone know how can I disable this serial console thing? I am new to mobile development so I'm not really sure what is this. When this was not there, the emulator was working super fast but after it popped up now the emulator is slow and laggy. Please help! Your help will be greatly appreciated.

enter image description here

1 Answers

May I know how you are launching the emulator? The serial console for the emulator gets enabled either as a qemu config parameter (not sure what the exact parameter is) or with the commandline parameter "-shell".

Related