Fix logging of android platform detection
This commit is contained in:
parent
9308625b2c
commit
60cfb547b4
@ -287,7 +287,9 @@ public final class PlatformDependent {
|
||||
android = false;
|
||||
}
|
||||
|
||||
logger.debug("Platform: Android");
|
||||
if (android) {
|
||||
logger.debug("Platform: Android");
|
||||
}
|
||||
return android;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user