Home | History | Annotate | Download | only in cts

Lines Matching defs:Log

25 import android.util.Log;
71 if (DBG) Log.e(TAG, "www.google.com gave " + addr.toString());
81 Log.i(TAG, "Skipping test because the active network type name is PROXY.");
97 if (DBG) Log.e(TAG, "ipv6.google.com gave " + addr.toString());
186 Log.e(TAG, "failed first lookup of " + URLS[urlIndex]);
192 Log.e(TAG, "failed SECOND lookup of " + URLS[urlIndex]);
202 Log.d(TAG, thisResult);
212 Log.e(TAG, "Exception making reverseDNS list: " + e.toString());
226 Log.e(TAG, "Failure doing reverse DNS lookup: " + e.toString());
234 Log.e(TAG, "Failure doing SECOND reverse DNS lookup: " +
245 Log.d(TAG, thisResult);
248 for (String result : results) Log.d(TAG, result);
251 Log.e(TAG, " exit address= "+exit.toString());
254 Log.e(TAG, "bad URL in testDnsPerf: " + e.toString());