mirror of
https://github.com/Genymobile/scrcpy
synced 2025-01-09 00:10:36 +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
@ -187,5 +187,7 @@ public final class CleanUp {
|
||||
Device.setScreenPowerMode(Device.POWER_MODE_NORMAL);
|
||||
}
|
||||
}
|
||||
|
||||
System.exit(0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user