Home | History | Annotate | Download | only in net

Lines Matching defs:loge

105                     loge("Ignore invalid ip assignment while writing");
142 loge("Ignore invalid proxy settings while writing");
151 loge("Failure in writing " + config + e);
179 loge("Bad version on IP configuration file, ignore read");
209 loge("Non-IPv4 or duplicate address: " + linkAddr);
220 loge("Duplicate gateway: " + gateway.getHostAddress());
236 loge("Non-IPv4 default or duplicate route: " + route);
255 loge("Ignore unknown key " + key + "while reading");
258 loge("Ignore invalid address while reading" + e);
275 loge("BUG: Found UNASSIGNED IP on file, use DHCP");
279 loge("Ignore invalid ip assignment while reading.");
300 loge("BUG: Found UNASSIGNED proxy on file, use NONE");
304 loge("Ignore invalid proxy settings while reading");
314 loge("Error parsing configuration: " + e);
326 protected void loge(String s) {