Default to cmdline logging

This commit is contained in:
topjohnwu
2018-10-27 18:34:38 -04:00
parent f9e32a119a
commit 1046dd5eda
5 changed files with 1 additions and 4 deletions

View File

@@ -391,7 +391,6 @@ static void syntax_error_msg() {
}
int magiskpolicy_main(int argc, char *argv[]) {
cmdline_logging();
char *outfile = NULL, *tok, *saveptr;
int magisk = 0;
struct vector rules;