diff --git a/modules/juce_audio_devices/native/juce_Oboe_android.cpp b/modules/juce_audio_devices/native/juce_Oboe_android.cpp index 2e49a99681..8bdf71c598 100644 --- a/modules/juce_audio_devices/native/juce_Oboe_android.cpp +++ b/modules/juce_audio_devices/native/juce_Oboe_android.cpp @@ -495,7 +495,7 @@ private: startResult = stream->waitForStateChange (expectedState, &nextState, timeoutNanos); - JUCE_OBOE_LOG ("Starting Oboe stream with result: " + getOboeString (startResult); + JUCE_OBOE_LOG ("Starting Oboe stream with result: " + getOboeString (startResult) + "\nUses AAudio = " + String ((int) stream->usesAAudio()) + "\nDirection = " + getOboeString (stream->getDirection()) + "\nSharingMode = " + getOboeString (stream->getSharingMode())