bpfloader: sleep 20 seconds on failure am: 07b874481f
am: 6841c2b102
am: 2c450121a5
Original change: https://android-review.googlesource.com/c/platform/system/bpf/+/1363957 Change-Id: I5d128373f2a9ed38ee0404781c17918a771fcbb3
This commit is contained in:
commit
acb5ea3607
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ int main() {
|
|||
ALOGE("If this triggers randomly, you might be hitting some memory allocation problems or "
|
||||
"startup script race.");
|
||||
ALOGE("--- DO NOT EXPECT SYSTEM TO BOOT SUCCESSFULLY ---");
|
||||
sleep(20);
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue