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

Add object inspector for services #2097

Merged
merged 1 commit into from
Mar 26, 2021
Merged

Add object inspector for services #2097

merged 1 commit into from
Mar 26, 2021

Conversation

pyricau
Copy link
Member

@pyricau pyricau commented Mar 25, 2021

Fixes #2083

@pyricau
Copy link
Member Author

pyricau commented Mar 25, 2021

Need to double check, ArrayMap contains both keys and values in the same array.

        mArray[index<<1] = key;
        mArray[(index<<1)+1] = value;

=> we can look at only odd index.

@pyricau pyricau merged commit 295f948 into main Mar 26, 2021
@pyricau pyricau deleted the py/service_inspector branch March 26, 2021 03:56
ghost pushed a commit to shivagowda/leakcanary that referenced this pull request Nov 8, 2021
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.

Object inspector for services
1 participant