commit | f101236657437d5f148ef0ecbe7c33a8eac1ee5a | [log] [tgz] |
---|---|---|
author | Roman Kiryanov <rkir@google.com> | Thu Jul 26 13:41:14 2018 -0700 |
committer | Roman Kiryanov <rkir@google.com> | Thu Jul 26 13:41:14 2018 -0700 |
tree | 1cd43b7df87fc173d3be57a1366960e9dc1c185b | |
parent | ad30540eb61418df1b0c82277a2229bc17e13030 [diff] |
Do not crash if secontext is nullptr LOG(DEBUG) tries to print a string pointed by secontext.get() but crashed if it was nullptr. Bug: 111888637 Test: "make -j50" and ran emulator Change-Id: Iac78f650e7f48781030dc610f7d35cd52c250802 Signed-off-by: Roman Kiryanov <rkir@google.com>