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