How do i add LogCat into "Output" Visual Studio Code?

Viewed 2155

at Visual Studio Code, i have an extension called React Native Tools

React Native Tools

and after using React Native: Run Android on Device i have a Logcat in Output like this:

LogCat

My question is how can i create Logcat into Output tab Manually? in case i'm not used React Native: Run Android on Device.

the command of Logcat itself is adb -s 192.168.137.52:5556 logcat *:S ReactNative:V ReactNativeJS:V

0 Answers
Related