Loading recovery_main.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -548,6 +548,7 @@ int main(int argc, char** argv) { case Device::ENTER_RECOVERY: LOG(INFO) << "Entering recovery"; fastboot = false; ui->SetEnableFastbootdLogo(fastboot); break; case Device::REBOOT: Loading Loading
recovery_main.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -548,6 +548,7 @@ int main(int argc, char** argv) { case Device::ENTER_RECOVERY: LOG(INFO) << "Entering recovery"; fastboot = false; ui->SetEnableFastbootdLogo(fastboot); break; case Device::REBOOT: Loading