1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-12-26 16:57:59 +01:00

test: start processing some event info

This commit is contained in:
Kyle Spearrin 2018-02-01 15:29:41 -05:00
parent d6818939b3
commit 86a3f516b1

View File

@ -85,7 +85,6 @@ namespace Bit.Android
return; return;
} }
/*
try try
{ {
var root = RootInActiveWindow; var root = RootInActiveWindow;
@ -96,6 +95,8 @@ namespace Bit.Android
return; return;
} }
/*
//var testNodes = GetWindowNodes(root, e, n => n.ViewIdResourceName != null && n.Text != null, false); //var testNodes = GetWindowNodes(root, e, n => n.ViewIdResourceName != null && n.Text != null, false);
//var testNodesData = testNodes.Select(n => new { id = n.ViewIdResourceName, text = n.Text }); //var testNodesData = testNodes.Select(n => new { id = n.ViewIdResourceName, text = n.Text });
//testNodes.Dispose(); //testNodes.Dispose();
@ -203,10 +204,10 @@ namespace Bit.Android
notificationManager?.Dispose(); notificationManager?.Dispose();
root.Dispose(); root.Dispose();
e.Dispose(); e.Dispose();
*/
} }
// Suppress exceptions so that service doesn't crash // Suppress exceptions so that service doesn't crash
catch { } catch { }
*/
} }
public override void OnInterrupt() public override void OnInterrupt()