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

Commit 3cb13370 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "memtrack HAL uses "default" service name"

parents a21adafb bb1083ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ struct memtrack_proc {

//TODO(b/31632518)
static android::sp<IMemtrack> get_instance() {
    static android::sp<IMemtrack> module = IMemtrack::getService("memtrack");
    static android::sp<IMemtrack> module = IMemtrack::getService();
    if (module == nullptr) {
        ALOGE("Couldn't load memtrack module");
    }