Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix WorkSource.getName(int) #35

Open
wants to merge 1 commit into
base: ng7.1
Choose a base branch
from
Open

Conversation

lyrachord
Copy link

01-16 17:41:19.894 894 2249 W System.err: at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:2532)
01-16 17:41:19.894 894 2249 W System.err: at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:2653)
01-16 17:41:19.894 894 2249 W System.err: Caused by: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
01-16 17:41:19.894 894 2249 W System.err: at android.os.WorkSource.getName(WorkSource.java:96)
01-16 17:41:19.894 894 2249 W System.err: ... 13 more

01-16 17:41:19.894   894  2249 W System.err:    at com.android.server.AlarmManagerService.deliverAlarmsLocked(AlarmManagerService.java:2532)
01-16 17:41:19.894   894  2249 W System.err:    at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:2653)
01-16 17:41:19.894   894  2249 W System.err: Caused by: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
01-16 17:41:19.894   894  2249 W System.err:    at android.os.WorkSource.getName(WorkSource.java:96)
01-16 17:41:19.894   894  2249 W System.err:    ... 13 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant