Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

parameter type "[B" out of memory #9

Open
guanchao opened this issue Jan 18, 2016 · 1 comment
Open

parameter type "[B" out of memory #9

guanchao opened this issue Jan 18, 2016 · 1 comment

Comments

@guanchao
Copy link
Contributor

In "Hooker.java, getStringRepresentationOfAttribute(Object arg)" . If the parameter type of arg is "[B", the length arg array may too big ,which may cause out of memory. When I print the logcat, the element of "[B" is not printed completed, so I think it is out of memory. I think we should check the type of arg when it is "[B" type, which may contains too many elements.

@Tibap
Copy link
Contributor

Tibap commented Jan 18, 2016

Hi Guanchao, thanks for your feedback.
"[B" is an array of bytes' type. Do you know how big is your array so it cannot print it out? And do you have any details in order for us to reproduce this issue?

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

No branches or pull requests

2 participants