In order to fix my adb setup I`ve set ADB trace mode to all using the following command:
set ADB_TRACE=all
Now that I've resolved my issue, I would like to reset the ADB trace mode to the default (out of the box) value, so my cmd output doesn`t get cluttered with unnecessary traces.