commit | 67946e080d00b61a95b985e141c500d41e731de7 | [log] [tgz] |
---|---|---|
author | Song Chun Fan <schfan@google.com> | Mon Apr 29 23:36:29 2024 +0000 |
committer | Song Chun Fan <schfan@google.com> | Tue Apr 30 18:01:12 2024 +0000 |
tree | 77071503d4654f4f66669797a0e82f7eac9575f1 | |
parent | 4c6d428e7bc6f512256dbbe47edcb630aaef2613 [diff] |
Fix NPE when mDataDir is null It's unclear how mDataDir can be null, but adding this fix would prevent the crashes caused by NPE. The rest of the code seems to be able to handle when mDataDir is null just fine. Change-Id: Ibd43a0b80a13226cbe4627897040339a7b44dea1 BUG: 332866130 FIXES: 332866130 Test: presubmit