mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +08:00
only qcom
old-commit-hash: d5a8444d6c9457bffbf929fe9314dfd210cf9e94
This commit is contained in:
@@ -606,7 +606,9 @@ static void bootlog() {
|
||||
int main(int argc, char** argv) {
|
||||
int err;
|
||||
|
||||
#ifdef QCOM
|
||||
set_realtime_priority(50);
|
||||
#endif
|
||||
|
||||
if (argc > 1 && strcmp(argv[1], "--bootlog") == 0) {
|
||||
bootlog();
|
||||
|
||||
Reference in New Issue
Block a user