Changeset 82320 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
- Timestamp:
- Dec 2, 2019 12:32:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r82319 r82320 3045 3045 * Tweak the logging groups. 3046 3046 */ 3047 Utf8Str strLogGroups = "drv_host_audio.e.l.l2.l3.f+" 3048 "drv_audio.e.l.l2.l3.f+" 3049 "audio_mixer.e.l.l2.l3.f+" 3050 "dev_hda_codec.e.l.l2.l3.f+" 3051 "dev_hda.e.l.l2.l3.f+" 3052 "dev_ac97.e.l.l2.l3.f+" 3053 "dev_sb16.e.l.l2.l3.f"; 3054 3055 rc = RTLogGroupSettings(RTLogRelGetDefaultInstance(), strLogGroups.c_str()); 3047 rc = RTLogGroupSettings(RTLogRelGetDefaultInstance(), 3048 "drv_host_audio.e.l.l2.l3.f" 3049 " drv_audio.e.l.l2.l3.f" 3050 " audio_mixer.e.l.l2.l3.f" 3051 " dev_hda_codec.e.l.l2.l3.f" 3052 " dev_hda.e.l.l2.l3.f" 3053 " dev_ac97.e.l.l2.l3.f" 3054 " dev_sb16.e.l.l2.l3.f"); 3056 3055 if (RT_FAILURE(rc)) 3057 3056 LogRel(("Audio: Setting debug logging failed, rc=%Rrc\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.