commit | 3dd6c458530476eccb33bc05c9c9cd83823bcf8d | [log] [tgz] |
---|---|---|
author | Nick Pelly <npelly@google.com> | Mon Jan 10 18:14:41 2011 +1100 |
committer | Nick Pelly <npelly@google.com> | Mon Jan 10 18:14:41 2011 +1100 |
tree | c1f25ba17943f40c170164f5cfde9e5cd62ff8da | |
parent | b4003bf73e8150fa775506ae508cc55011442308 [diff] |
Remove attemptDeadServiceRecovery() from TagTechnology's. attemptDeadServiceRecovery() is a hack to recover from NfcService dying. It should be a rare event, and is only needed in NfcAdapter which is a long-lived object. TagTechnology objects are transient, it is acceptable for them to go stale when NFC service dies. Lets not complicate the code with recovery for a rare event. Change-Id: I101350e920b075c680eb4f250683f0a2bb878553