topjohnwu ab5fedda0b Prevent Magisk database race condition
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.
2018-11-16 03:20:30 -05:00
..
2018-11-16 03:20:30 -05:00
2018-09-27 03:56:56 -04:00
2018-11-08 15:23:36 -05:00
2018-11-08 04:20:16 -05:00
2018-11-07 02:10:38 -05:00