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

Commit 240ba796 authored by frank PREEL's avatar frank PREEL
Browse files

Add host debug

parent caf9bd86
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ public class SntpClient {
    }

    public boolean requestTime(InetAddress address, int port, int timeout) {
        if (DBG) Log.d(TAG, "request time addr : " + address.toString());
        DatagramSocket socket = null;
        final int oldTag = TrafficStats.getAndSetThreadStatsTag(TrafficStats.TAG_SYSTEM_NTP);
        try {