Loading cmds/dumpstate/dumpstate.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -1656,8 +1656,6 @@ static Dumpstate::RunStatus dumpstate() { for_each_tid(show_wchan, "BLOCKED PROCESS WAIT-CHANNELS"); for_each_pid(show_showtime, "PROCESS TIMES (pid cmd user system iowait+percentage)"); /* Dump Bluetooth HCI logs */ ds.AddDir("/data/misc/bluetooth/logs", true); /* Dump Nfc NCI logs */ ds.AddDir("/data/misc/nfc/logs", true); Loading Loading @@ -1743,6 +1741,9 @@ static Dumpstate::RunStatus dumpstate() { RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK(RunDumpsysNormal); /* Dump Bluetooth HCI logs after getting bluetooth_manager dumpsys */ ds.AddDir("/data/misc/bluetooth/logs", true); if (ds.dump_pool_) { WAIT_TASK_WITH_CONSENT_CHECK(DUMP_CHECKINS_TASK, ds.dump_pool_); } else { Loading Loading
cmds/dumpstate/dumpstate.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -1656,8 +1656,6 @@ static Dumpstate::RunStatus dumpstate() { for_each_tid(show_wchan, "BLOCKED PROCESS WAIT-CHANNELS"); for_each_pid(show_showtime, "PROCESS TIMES (pid cmd user system iowait+percentage)"); /* Dump Bluetooth HCI logs */ ds.AddDir("/data/misc/bluetooth/logs", true); /* Dump Nfc NCI logs */ ds.AddDir("/data/misc/nfc/logs", true); Loading Loading @@ -1743,6 +1741,9 @@ static Dumpstate::RunStatus dumpstate() { RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK(RunDumpsysNormal); /* Dump Bluetooth HCI logs after getting bluetooth_manager dumpsys */ ds.AddDir("/data/misc/bluetooth/logs", true); if (ds.dump_pool_) { WAIT_TASK_WITH_CONSENT_CHECK(DUMP_CHECKINS_TASK, ds.dump_pool_); } else { Loading