commit | 5073145f85c8197ec4387d5e2599442a7291ca9c | [log] [tgz] |
---|---|---|
author | Leo Hsu <Leo_Hsu@htc.com> | Thu Jul 03 16:51:24 2014 +0800 |
committer | Leo_Hsu <Leo_Hsu@htc.com> | Tue Aug 12 13:47:23 2014 +0800 |
tree | 2c7b556070b1728ce4a018c9b2ee847512fdfdde | |
parent | dafcc61078cca409abd77516ce7ccee1eb60db2a [diff] |
Fix a bug: unable to start activity when AM is killing the process. Symptom: No activity was started for startActivity, low repro rate. Root Cause: Starting activity on a process which was killed by ActivityManagerService.killUnneededProcessLocked() and before receiving AppDeathRecipient of it. Solution: Choose the flow of starting a new process if ProcessRecord.killedByAm is true. Change-Id: Ida2639b0fb4631222fc92d65aadc9fd2da637b45