Magisk/native/jni/magiskhide
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
..
hide_utils.cpp Prevent Magisk database race condition 2018-11-16 03:20:30 -05:00
magiskhide.cpp Directly print output over socket 2018-11-16 01:49:15 -05:00
magiskhide.h Add CLI to detect MagiskHide status 2018-11-16 00:37:41 -05:00
proc_monitor.cpp Add CLI to detect MagiskHide status 2018-11-16 00:37:41 -05:00