Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87c2e560 authored by Mike Yu's avatar Mike Yu
Browse files

Make h3::Event::Reset log visible on userdebug builds

This log indicates that DnsResolver just received a RESET_STREAM
from DoH server. The error code in RESET_STREAM could be important
for debugging.

Bug: 264966204
Test: mm
Change-Id: I1377af535e4366aa65cc0c595b81b2542f224998
parent e9ff0021
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -445,7 +445,7 @@ impl H3Driver {
                self.respond(stream_id)
            }
            h3::Event::Reset(e) => {
                debug!(
                warn!(
                    "process_h3_event: h3::Event::Reset with error code {} on stream ID {}, network {}",
                    e, stream_id, self.driver.net_id
                );