1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 08:13:20 +00:00

handle some crash cases

This commit is contained in:
Kyle Spearrin
2017-05-20 11:29:20 -04:00
parent 05d6f5d806
commit 3415be4c56
3 changed files with 12 additions and 6 deletions

View File

@@ -122,8 +122,8 @@ namespace Bit.Android
root.Dispose();
e.Dispose();
}
// Some unknown condition is causing NullReferenceException's in production. Suppress it for now.
catch(NullReferenceException) { }
// Suppress exceptions so that service doesn't crash
catch { }
}
public override void OnInterrupt()