Magisk/native
LoveSy af2207433d Fix error logging
ok_or will unconditionally creates a LoggedResult, which prints
an error even it successes. Use ok_or_else which lazily creates
a LoggedResult only if it fails.
2023-07-06 11:01:57 -07:00
..
src Fix error logging 2023-07-06 11:01:57 -07:00
.gitignore Generate cxx binding in build.rs 2023-05-19 15:16:54 -07:00
build.gradle.kts Fix SYSTEM_ROOT not passed to boot patch 2023-03-02 23:39:50 -08:00