commit | 7fe5182312e5c9f731df3ea9ed98af016b2a8dc2 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Nov 02 20:57:01 2022 +0000 |
committer | Christopher Ferris <cferris@google.com> | Fri Nov 04 01:37:05 2022 +0000 |
tree | a8d80ff94a423b85c20ffca2fbfdaaf23479b2b6 | |
parent | b546f825e8645a965e57e5d316fab402709dc063 [diff] |
Fix error message being cut off. The current char msg is not large enough for the error message. Change to a std::string to avoid this problem completely. Test: Ran atest FrameworksServicesTests on oriole_hwasan-userdebug Test: verifying entire error message present. Change-Id: I663bcbafd96572151395a9054b09764dc8e05b51