java - Android Studio see byte[] as string in debugger -
i trying debug data, , have byte[] know has text in it. can't figure out how view text, or hex representation convert text. have tried creating custom type converter uses 'new string(this)', shows 'instance of java.lang.string'
note: using android studio, build on intellij
Comments
Post a Comment