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

Commit cd27c5b4 authored by chenbruce's avatar chenbruce Committed by android-build-merger
Browse files

[Resolver-log]: Some modifications for debug logging

am: 5c05e15615

Change-Id: Ia2dd6ffd5257309eaeb445213013bb8110186a6e
parents f29155b0 5b24e212
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
#include <fcntl.h>
#include <netdb.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/epoll.h>
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@
#include <netinet/in.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@
#include <netinet/in.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
#define NETD_RESOLV_HOSTENT_H

#include <netdb.h>
#include <stdio.h>

struct getnamaddr {
    struct hostent* hp;
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@

#include <resolv.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
Loading