commit | a8a3f5658302531c714b0b695ccb6b15f1671a3b | [log] [tgz] |
---|---|---|
author | Ghouse Hajimad <ghouse.hajimad@sony.com> | Tue Sep 05 15:59:31 2023 +0530 |
committer | Mattias Nilsson <mattias.nilsson@sony.com> | Fri Sep 29 13:23:39 2023 +0200 |
tree | f3b6ed6ce1e3a5f3242d199474110e7acc2d6612 | |
parent | 53565bfdb0193e38f96811b58f433d961711681f [diff] |
Fix NPE of NativeTombstoneManager.TombstoneWatcher Root Cause: "path" argument of FileObserver.onEvent(event, path) can be null, but there is no null check in NativeTombstoneManager.TombstoneWatcher. Solution: Do nothing when path is null Bug: 301410299 Test: manual (check native crash dump behavior) Change-Id: I92ee2ddd0a844e9150ca851f0d94f60f4a20e68f