To fix my adb setup, I set the ADB trace mode for everyone using the following command:
set ADB_TRACE=all
Now that I have solved my problem, I would like to reset the ADB trace mode to its default value (out of the box), so my cmd output does not clutter up unnecessary traces.
The default is ADB_TRACE=0
ADB_TRACE=0
You can try the following:
set ADB_TRACE=0
The accepted answer did not completely help me. He removed the trace, but also he gives this message after every adb command: Unknown trace flag: 0
Unknown trace flag: 0
What really helped me was just like this: export ADB_TRACE=
export ADB_TRACE=
Source: https://habr.com/ru/post/1502755/More articles:how to exit oauth2.0 authentication windows azure Active Directory authentication - authenticationGarage collection OCJPexam - javaExiting access control service using custom STS - windowsWhat is data-fouc-class-names = "fast download"? - twitterMoving Entity Framework EDMX classes to a separate DLL data layer - c #Как адаптировать шаблон Entity Framework POCO T4 для создания классов в отдельном проекте? - entity-framework-5How to use mock_open () with patch.object () in test annotation - pythonRecord audio from MediaRecorder and play it together with MediaPlayer - androidRemove the new RUM REAL.NET Agent code from the specific request - .netExport anchors via YAML files - yamlAll Articles