Keun-young Park b706bb7e52 ignore RemoteException from pm if shutdown is already on-going
- In new shutdown flow, adb is guaranteed to be alive while system server
  is alive.
- power manager can be killed before system server is killed.
- This leads into RemoteException for shutdown request to power manager.
- If shutdown is already on-going (=sys.powerctl set), the RemoteException
  should be ignored.

bug: 37096155
Test: adb shell svc power reboot|shutdown and check output to adb
Change-Id: Ia90a900d55123bd7c1bf57c90c49d35332ebfdf5
2017-04-10 20:55:03 +00:00
..
2017-02-14 13:51:59 +00:00
2017-03-15 00:07:34 +09:00
2017-01-31 11:02:58 -08:00
2017-03-25 23:26:21 -06:00
2017-03-31 08:37:12 -07:00