commit | 03c941f585c9d6124ea658d3136496ecff9b52a5 | [log] [tgz] |
---|---|---|
author | Tamas Berghammer <tberghammer@google.com> | Fri Jan 15 13:39:57 2016 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Mon Jan 18 14:18:32 2016 +0000 |
tree | 47c7e1144026bdc185bbb7ab749859aafb90e998 | |
parent | 697cc25fadc4fb2bb233a285853f7d415ed75214 [diff] |
Emit some additional debug info for java.lang.String The value part of java.lang.String is not a proper ArtField so the default debug info writing code don't emit debug info about that. This CL add logic to emit debug info for a new member what represents the first element of the underlying string data what can be used by the consumer of the debug info to display the value of the string. Change-Id: Ibc11b143e79aa8866000d02922bcd6069cfcd4c2