Loading cmds/dumpstate/dumpstate.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1161,7 +1161,7 @@ void Dumpstate::DumpstateBoard() { printf("== Board\n"); printf("========================================================\n"); ::android::sp<IDumpstateDevice> dumpstate_device(IDumpstateDevice::getService("dumpstate")); ::android::sp<IDumpstateDevice> dumpstate_device(IDumpstateDevice::getService()); if (dumpstate_device == nullptr) { MYLOGE("No IDumpstateDevice implementation\n"); return; Loading Loading
cmds/dumpstate/dumpstate.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1161,7 +1161,7 @@ void Dumpstate::DumpstateBoard() { printf("== Board\n"); printf("========================================================\n"); ::android::sp<IDumpstateDevice> dumpstate_device(IDumpstateDevice::getService("dumpstate")); ::android::sp<IDumpstateDevice> dumpstate_device(IDumpstateDevice::getService()); if (dumpstate_device == nullptr) { MYLOGE("No IDumpstateDevice implementation\n"); return; Loading