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

Commit 71486c12 authored by Steven Moreland's avatar Steven Moreland
Browse files

sm: use logcat over dmesg

For log visibility.

Bug: 140810300
Test: can see logs
Change-Id: I92e7f4c55f62f3a7cb6a3da04d0db7b4ca35d74b
parent 8f82e124
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -36,8 +36,6 @@ int main(int argc, char** argv) {

    const char* driver = argc == 2 ? argv[1] : "/dev/binder";

    android::base::InitLogging(nullptr, &android::base::KernelLogger);

    sp<ProcessState> ps = ProcessState::initWithDriver(driver);
    ps->setThreadPoolMaxThreadCount(0);
    ps->setCallRestriction(ProcessState::CallRestriction::FATAL_IF_NOT_ONEWAY);