Skip to content

Commit 3bf7df2

Browse files
committed
Debugging
1 parent 6fb4af4 commit 3bf7df2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,8 @@ public void RunWithInterpreterEnabled ([Values (false, true)] bool isRelease)
465465
[Test]
466466
public void RunWithLLVMEnabled ()
467467
{
468+
Console.WriteLine (RunAdbCommand ($"shell getprop"));
469+
468470
var proj = new XamarinAndroidApplicationProject () {
469471
IsRelease = true,
470472
};

0 commit comments

Comments
 (0)