mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 16:23:29 +00:00
generate facet id
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user