Commit Graph

4 Commits

Author SHA1 Message Date
solohsu e2fb9709e4 Ensure necessary system props
Some other Magisk modules may override the system props we set, e.g.
compiler-filter, which will likely result in boot loops.

We PLT hook native getSystemProp implementation methods to make sure
the values of related system props are always what we want.

Fix #156.
2019-03-16 14:10:25 +08:00
solohsu 6d08c0b2bc Reuse generated dex and oat files when using compat mode 2019-03-15 18:42:34 +08:00
solohsu 86a3fc8c45 Write verbose logs to a separate file all.log
Reserve a switch to disable verbose logs
2019-03-15 15:28:20 +08:00
solohsu ac4d5059d1 Add log support for other installer apps 2019-03-13 01:00:04 +08:00