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

Commit d1d1507c authored by Baligh Uddin's avatar Baligh Uddin
Browse files

Cleanup references to system/core/base -> system/libbase

BUG: 157656545
Test: TH
Change-Id: I7cd605c138ba4068ab550e079825c7e58b2311f3
Exempt-From-Owner-Approval: Cleanup CL
parent 9e319503
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -145,7 +145,7 @@ interface IDnsResolver {
     */
     */
    void destroyNetworkCache(int netId);
    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_VERBOSE = 0;
    const int DNS_RESOLVER_LOG_DEBUG = 1;
    const int DNS_RESOLVER_LOG_DEBUG = 1;
    const int DNS_RESOLVER_LOG_INFO = 2;
    const int DNS_RESOLVER_LOG_INFO = 2;