mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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 {
|
||||
context.startActivity(intent);
|
||||
} 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