Commit Graph

17 Commits

Author SHA1 Message Date
topjohnwu ceb51bb14f daemon.c uses external flags 2018-10-28 16:55:51 -04:00
topjohnwu 79e5b54ec7 Remove redundant semicolon 2018-10-28 15:13:30 -04:00
topjohnwu dc413e7b73 Retry db construction if first time failed 2018-10-28 14:49:04 -04:00
topjohnwu 2efc423cf8 Add missing flags and move debug logging logic to libutils 2018-10-28 04:25:31 -04:00
topjohnwu 8ec3086cdd Make sure magisklogd is properly initialized 2018-10-28 04:24:53 -04:00
topjohnwu bf4a46d57c Optimize logging in Magisk Manager 2018-10-27 22:06:24 -04:00
topjohnwu f9e32a119a Fix bug when query database with specific keys 2018-10-27 17:56:20 -04:00
topjohnwu dbb8b8a439 Handle magisk.db completely natively
Prevent database corruption due to different Android application sqlite default settings
2018-10-27 17:54:48 -04:00
topjohnwu 9954154ca2 Move functions out of libutils 2018-10-24 22:23:14 -04:00
topjohnwu c2b016370b Make a copy of logcat and use that instead
When Magisk is magic mounting /system/bin, there is a chance that logcat would be temporarily unavailable. Leave a copy and use that for magisklogd
2018-10-20 21:46:12 -04:00
topjohnwu a9121fa28f Reorganize libutils and cleanups 2018-10-12 21:46:09 -04:00
topjohnwu acf7c0c665 Minor reorganization of daemons 2018-10-12 00:50:47 -04:00
topjohnwu e8e39e0f3c Use poll instead of select
Close #637
2018-10-04 15:06:13 -04:00
topjohnwu d119dd9a0c Rewrite su daemon and client 2018-10-04 04:59:51 -04:00
topjohnwu 09ef19f7ec Code cleanups 2018-10-04 01:49:52 -04:00
topjohnwu 5020cd1bbf Small cleanup 2018-09-28 01:25:43 -04:00
topjohnwu cce636224c Reorganization 2018-09-27 18:26:41 -04:00