Do not report workarounds errors
Some workarounds are needed on some devices. But applying them may cause exceptions on other devices, where they are not necessary anyway. Do not report these errors in release builds. Closes #994 <https://github.com/Genymobile/scrcpy/issues/994>
This commit is contained in:
parent
dc7fcf3c7a
commit
96bd2c974d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public final class Workarounds {
|
|||
mInitialApplicationField.set(activityThread, app);
|
||||
} catch (Throwable throwable) {
|
||||
// this is a workaround, so failing is not an error
|
||||
Ln.w("Could not fill app info: " + throwable.getMessage());
|
||||
Ln.d("Could not fill app info: " + throwable.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue