1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

Revert "generate facet id"

This reverts commit 19374a5df4.
This commit is contained in:
Kyle Spearrin
2017-06-27 13:48:57 -04:00
parent 19374a5df4
commit 8a24a6d192
2 changed files with 0 additions and 47 deletions

View File

@@ -105,10 +105,6 @@ namespace Bit.Android
{
LaunchApp(args);
});
var appid = Utilities.GetFacetID(Application, Process.MyUid());
Console.WriteLine("APPID: " + appid);
Utilities.SendCrashEmail(appid);
}
private void AndroidEnvironment_UnhandledExceptionRaiser(object sender, RaiseThrowableEventArgs e)