mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 19:38:30 +00:00
![topjohnwu](/assets/img/avatar_default.png)
The database should only be accessed by a single process, which is magiskd. This means 'magisk --sqlite [SQL]' has to be updated to pass the SQL command to the daemon. In addition, open the database connection with SQLITE_OPEN_FULLMUTEX to support multithread in magiskd.