mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Move log message helpers to LogUtils
This class will also contain other log helpers.
This commit is contained in:
parent
50d56a9a2b
commit
2596ca02f0
5 changed files with 42 additions and 32 deletions
|
|
@ -359,8 +359,8 @@ public final class Server {
|
|||
CleanUp.unlinkSelf();
|
||||
}
|
||||
|
||||
Ln.i(CodecUtils.buildVideoEncoderListMessage());
|
||||
Ln.i(CodecUtils.buildAudioEncoderListMessage());
|
||||
Ln.i(LogUtils.buildVideoEncoderListMessage());
|
||||
Ln.i(LogUtils.buildAudioEncoderListMessage());
|
||||
// Just print the available encoders, do not mirror
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue