You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea: only use devices that pass a per evaluation compatibility test as different evaluations have different requirements. Example requirements:
specific Android version(s)
packages installed or not
rooted or not
The straightforward way to implement this is to add a corresponding method to the IEvaluator interface and check all devices before spawning their helper processes. However, chances are high that we will see simple checks like the ones mentioned above over and over, so it might be beneficial to provide implementations for them, maybe in a utility class.
The text was updated successfully, but these errors were encountered:
Idea: only use devices that pass a per evaluation compatibility test as different evaluations have different requirements. Example requirements:
The straightforward way to implement this is to add a corresponding method to the
IEvaluator
interface and check all devices before spawning their helper processes. However, chances are high that we will see simple checks like the ones mentioned above over and over, so it might be beneficial to provide implementations for them, maybe in a utility class.The text was updated successfully, but these errors were encountered: