mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 08:36:50 +08:00
Print the device fingerprint
For debugging purposes
This commit is contained in:
@ -70,6 +70,7 @@ class JournalApp extends StatelessWidget {
|
||||
if (Platform.isAndroid) {
|
||||
var info = await deviceInfo.androidInfo;
|
||||
isPhysicalDevice = info.isPhysicalDevice;
|
||||
Fimber.d("Device Fingerprint: " + info.fingerprint);
|
||||
} else if (Platform.isIOS) {
|
||||
var info = await deviceInfo.iosInfo;
|
||||
isPhysicalDevice = info.isPhysicalDevice;
|
||||
|
Reference in New Issue
Block a user