LuckSiege / LuckSiege/PictureSelector

error

Open
#2,866 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.