Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-ril: Commit

hardware/ril


Commit MetaInfo

Revisión61eae8ffd1a16c89db1c01e95afad67cecfcbe09 (tree)
Tiempo2019-03-21 12:29:21
AutorRoman Kiryanov <rkir@goog...>
Commiterandroid-build-merger

Log Message

Merge "Do not call rilc_thread_pool if there is no ril library"
am: 001a126f8b

Change-Id: Ib83df4199f842800c14a68aa21341b298121a91b

Cambiar Resumen

Diferencia incremental

--- a/rild/rild.c
+++ b/rild/rild.c
@@ -224,10 +224,9 @@ int main(int argc, char **argv) {
224224
225225 RLOGD("RIL_register_socket completed");
226226
227-done:
228-
229227 rilc_thread_pool();
230228
229+done:
231230 RLOGD("RIL_Init starting sleep loop");
232231 while (true) {
233232 sleep(UINT32_MAX);
Show on old repository browser