mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 03:25:03 +00:00
Explicitly exit cleanup process
This avoids an internal crash reported in `adb logcat`. Refs #4456 <https://github.com/Genymobile/scrcpy/pull/4456#issuecomment-1837427802>
This commit is contained in:
parent
5ce8672ebc
commit
1beec99f82
1 changed files with 2 additions and 0 deletions
|
@ -187,5 +187,7 @@ public final class CleanUp {
|
|||
Device.setScreenPowerMode(Device.POWER_MODE_NORMAL);
|
||||
}
|
||||
}
|
||||
|
||||
System.exit(0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue