Loading
Restart persistent process if start timeout.
Sometimes bad applications may occupied all binder threads of system server awhile, then persistent process may be killed due to background ANR, and meet process start timeout because no avaiable binder thread to attach. After binder threads are free, system becomes normal but the persistent process does not restart, and even it started by someone use its component, it will have no persistent flag. Change-Id: Ic72acf7b77e2f67cee1e8187e8308b1c69b83683