Loading dumpstate/1.0/default/service.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,6 @@ using ::android::sp; int main (int /* argc */, char * /* argv */ []) { sp<IDumpstateDevice> dumpstate = new DumpstateDevice; configureRpcThreadpool(1, true); dumpstate->registerAsService("dumpstate"); dumpstate->registerAsService(); joinRpcThreadpool(); } Loading
dumpstate/1.0/default/service.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,6 @@ using ::android::sp; int main (int /* argc */, char * /* argv */ []) { sp<IDumpstateDevice> dumpstate = new DumpstateDevice; configureRpcThreadpool(1, true); dumpstate->registerAsService("dumpstate"); dumpstate->registerAsService(); joinRpcThreadpool(); }