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

generate facet id

This commit is contained in:
Kyle Spearrin
2017-06-27 12:53:20 -04:00
parent 12da6fbd18
commit 19374a5df4
2 changed files with 47 additions and 0 deletions

View File

@@ -105,6 +105,10 @@ 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)