Magisk/native/jni/include
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
..
daemon.h Prevent Magisk database race condition 2018-11-16 03:20:30 -05:00
db.h Prevent Magisk database race condition 2018-11-16 03:20:30 -05:00
flags.h Better incremental builds 2018-09-27 03:56:56 -04:00
img.h Minor cleanup 2018-11-08 15:23:36 -05:00
magisk.h Fully deprecate <mount_point>/.core folder 2018-11-15 22:55:28 -05:00
magiskrc.h Migrate MagiskInit to C++ 2018-11-08 04:20:16 -05:00
resetprop.h Modernize code base 2018-11-07 02:10:38 -05:00