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

Commit 2a5a4acd authored by Istvan Nador's avatar Istvan Nador Committed by Automerger Merge Worker
Browse files

Enable the keymaster logger in the default Keymint am: 8f28f8b8 am: 6d3ce495 am: 7fd1d07a

parents 8459ae0f 7fd1d07a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@ std::shared_ptr<T> addService(Args&&... args) {
}

int main() {
    // The global logger object required by keymaster's logging macros in keymaster/logger.h.
    keymaster::SoftKeymasterLogger km_logger;
    // Zero threads seems like a useless pool, but below we'll join this thread to it, increasing
    // the pool size to 1.
    ABinderProcess_setThreadPoolMaxThreadCount(0);