LuckSiege / LuckSiege/PictureSelector
error
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 13.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
每次打开相册的时候都会报错 我的是Android 10 系统 E forAllLocalListeners pid must be equal, but the callingPid 16945 pid 1771
java.lang.Exception
at com.android.server.wm.TaskChangeNotificationController.forAllLocalListeners(TaskChangeNotificationController.java:343)
at com.android.server.wm.TaskChangeNotificationController.notifyTaskDescriptionChanged(TaskChangeNotificationController.java:457)
at com.android.server.wm.Task.updateTaskDescription(Task.java:2696)
at com.android.server.wm.ActivityRecord.setTaskDescription(ActivityRecord.java:7771)
at com.android.server.wm.ActivityClientController.setTaskDescription(ActivityClientController.java:1177)
at android.app.IActivityClientController$Stub.onTransact(IActivityClientController.java:951)
at com.android.server.wm.ActivityClientController.onTransact(ActivityClientController.java:138)
at android.os.Binder.execTransactInternal(Binder.java:1186)
at android.os.Binder.execTransact(Binder.java:1150)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the error when opening the gallery on Android 10, then trace the reported call chain from ActivityClientController.setTaskDescription through ActivityRecord.setTaskDescription and TaskChangeNotificationController. Check the repository's Android gallery-opening entry points for where this system interaction is triggered. Done means the cause is identified and the error behavior is verified as fixed or documented as an Android-system limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100