Commit 7dc5040
SystemUI: fix race condition in ScreenshotController
// java.lang.IllegalStateException
// at android.media.MediaPlayer._start(Native Method)
// at android.media.MediaPlayer.startImpl(MediaPlayer.java:1371)
// at android.media.MediaPlayer.start(MediaPlayer.java:1345)
// at com.android.systemui.user.CreateUserActivity$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:194)
// at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
// at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
// at java.lang.Thread.run(Thread.java:1012)
//
** Monkey aborted due to error.
Change-Id: Ic159f3c32d2074f4002dc36f8cd24cc518ba288f
Signed-off-by: RakeshBatra <raakesh.batra@rediffmail.com>1 parent f46b8ea commit 7dc5040
File tree
1 file changed
+25
-12
lines changed- packages/SystemUI/src/com/android/systemui/screenshot
1 file changed
+25
-12
lines changedLines changed: 25 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
| 279 | + | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
| |||
492 | 493 | | |
493 | 494 | | |
494 | 495 | | |
495 | | - | |
496 | | - | |
497 | | - | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
498 | 502 | | |
499 | 503 | | |
500 | 504 | | |
| |||
910 | 914 | | |
911 | 915 | | |
912 | 916 | | |
913 | | - | |
914 | | - | |
915 | | - | |
916 | | - | |
917 | | - | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
918 | 932 | | |
919 | | - | |
920 | | - | |
921 | | - | |
| 933 | + | |
| 934 | + | |
922 | 935 | | |
923 | 936 | | |
924 | 937 | | |
| |||
0 commit comments