AdDebugRecorder
Opt-in recorder for the debug console's event stream.
Install it at AdManager construction in debug builds so the buffer is live before the first ad request — otherwise SDK initialization, consent gathering and cold-start app-open events have already passed by the time the screen opens.
if (isDebugBuild()) AdDebugRecorder.install(adManager, appScope)Content copied to clipboard
Not installed in release builds, the recorder costs nothing: no collector runs and the buffer stays empty.