commit | 7cac35ff06f526a477211fafe4b9ed2478a72b0e | [log] [tgz] |
---|---|---|
author | Jesse Schettler <jschettler@google.com> | Fri Oct 05 09:37:04 2018 -0600 |
committer | Jesse Schettler <jschettler@google.com> | Fri Oct 05 19:31:00 2018 +0000 |
tree | 3c0485f2bcefafcb12725663ab8b7ba1b6528335 | |
parent | 235c1790a24392ad2a990e9cb60dc268773a0328 [diff] |
Change FATAL message to WARNING message in FindClass When unable to find the specified class, FindClass was logging a FATAL message. This terminated the program instead of simply returning a null pointer as expected. The FATAL message has been replaced with a WARNING message to fix this behavior. Bug: 112338190 Test: m -j Change-Id: I91cc0747a45bff72aa0ffa8f0e1c8fa238469ddf