commit | a084fb7b93de763a28349498f7a1d4ec4ddfd28b | [log] [tgz] |
---|---|---|
author | joanne_chung <joanne_chung@htc.com> | Mon Nov 02 12:41:34 2015 +0800 |
committer | joanne_chung <joanne_chung@htc.com> | Tue Nov 03 11:36:41 2015 +0800 |
tree | 307729d40d2ded459c9d090acbd831bda217b612 | |
parent | a61515720ab95f6aa307c1fa4337c5c2078bad26 [diff] |
[ActivityManager] Fix NullPointerException in startNextMatchingActivity. Symptom: NullPointerException crash while call startNextMatchingActivity. Root Cause: Activity starts with FLAG_DEBUG_LOG_RESOLUTION for debug dump. If the current Activity is the last object of resolves list, we can not get the next Activity and aInfo is still null. Solution: Check null in debug log dump. Change-Id: I4c5d14d9acd8d47768b36c95354763841579e050