mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
t/android: Remove unnecessary toString for log
Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
parent
a2081db38a
commit
a4cea7c0e3
|
@ -151,7 +151,7 @@ public class VrModeStatus extends Fragment {
|
||||||
try {
|
try {
|
||||||
context.startActivity(intent);
|
context.startActivity(intent);
|
||||||
} catch (AndroidRuntimeException exception) {
|
} catch (AndroidRuntimeException exception) {
|
||||||
Log.w("Monado", "Got exception trying to start VR listener settings: " + exception.toString());
|
Log.w("Monado", "Got exception trying to start VR listener settings: " + exception);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue