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

Commit 5df5cc1b authored by Baligh Uddin's avatar Baligh Uddin Committed by Automerger Merge Worker
Browse files

Cleanup references to system/core/base -> system/libbase am: d1d1507c

Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1472284

Change-Id: I198bd974b406f1617d20450b5c4298be6906bb6b
parents 50719694 d1d1507c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ interface IDnsResolver {
     */
    void destroyNetworkCache(int netId);

    // Refer to enum LogSeverity from system/core/base/include/android-base/logging.h
    // Refer to enum LogSeverity from system/libbase/include/android-base/logging.h
    const int DNS_RESOLVER_LOG_VERBOSE = 0;
    const int DNS_RESOLVER_LOG_DEBUG = 1;
    const int DNS_RESOLVER_LOG_INFO = 2;