mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
aux/android: Remove unnecessary toString for log
Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
parent
a4cea7c0e3
commit
d30b015b39
|
@ -131,7 +131,7 @@ public final class NativeCounterpart {
|
|||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
Log.i(TAG,
|
||||
"Interrupted while waiting for native code to finish up: " + e.toString());
|
||||
"Interrupted while waiting for native code to finish up: " + e);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue