We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f254e commit 4e22267Copy full SHA for 4e22267
MirrorCaster/MainForm.cs
@@ -335,7 +335,7 @@ private void Form1_Resize(object sender, EventArgs e)
335
private bool UpdateScreenDeviceInfo()
336
{
337
string str = ADBResult("shell \"dumpsys window displays && dumpsys SurfaceFlinger\"").ToLower();
338
- if (str.StartsWith("error: no devices/emulators found"))
+ if (str.StartsWith("error: no devices/emulators found") || str.StartsWith("error: more than one device/emulator"))
339
340
return false; //MessageBox.Show("找不到任何设备或模拟器", "警告");
341
}
0 commit comments