Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 778b8870 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "storaged: disable taskio since it's too expensive"

parents d5f82861 a1740cba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -190,9 +190,11 @@ void storaged_t::event(void) {
        }
    }

#ifdef DEBUG
    if (mConfig.proc_taskio_readable) {
        mTasks.update_running_tasks();
    }
#endif

    if (mConfig.emmc_available && mTimer &&
            (mTimer % mConfig.periodic_chores_interval_emmc_info_publish) == 0) {