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

Read ActivityRecord Class's fields error in AndroidReferenceReaders.kt #2734

Open
Tans5 opened this issue Dec 19, 2024 · 1 comment
Open

Comments

@Tans5
Copy link

Tans5 commented Dec 19, 2024

val activityClientRecordFieldNames = activityClientRecordClass.readRecordFields()
.map { activityThreadClass.instanceFieldName(it) }
.toList()

Should line 66 use activityThreadClass ? And I think should use activityClientRecordClass.

I create a PR to fix this bug: #2733

@Tans5 Tans5 changed the title Read ActivityRecord Class's feilds error in AndroidReferenceReaders.kt Read ActivityRecord Class's fields error in AndroidReferenceReaders.kt Dec 19, 2024
@Tans5
Copy link
Author

Tans5 commented Dec 19, 2024

Emmm, it seems use activityThreadClass don't influence the final result. 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant