commit | 5dc21225c57c74985b741b1565eabafb75cdd2f3 | [log] [tgz] |
---|---|---|
author | Abdelrahman Daim <adaim@meta.com> | Wed Nov 13 14:42:05 2024 -0800 |
committer | Abdelrahman Daim <adaim@meta.com> | Mon Nov 18 10:28:31 2024 +0000 |
tree | 25de641659282644ba01133002cba0afa2163877 | |
parent | f824197c243a9dc2f059c4cfbe8e9ac29e104c53 [diff] |
Adding nullptr check for some framework components Summary: Some framework components do not check whether the system service being called is null or not causing "FATAL EXCEPTION" in zygote system process. Adding nullptr or NULL obj check before calling. Test: m flash the device verify the zygote is running stable and not hitting FATAL EXECEPTION. Change-Id: Icd504fb529716ff0870d0d911b1cd8b356bf9bb7 Signed-off-by: Abdelrahman Daim <adaim@meta.com>