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
Since this deals with process death an instrumentation-based test won't work. Maybe UI automator or UI automation could be used to drive the sample app. We can use the displayed process ID for asserting a new process is created. How do we assert against the activity stack, though?
At worst, a simple script which interacts over adb and dumps activity/process info and does text-based verification would work. But that's last resort.
The text was updated successfully, but these errors were encountered:
Since this deals with process death an instrumentation-based test won't work. Maybe UI automator or UI automation could be used to drive the sample app. We can use the displayed process ID for asserting a new process is created. How do we assert against the activity stack, though?
At worst, a simple script which interacts over
adb
and dumps activity/process info and does text-based verification would work. But that's last resort.The text was updated successfully, but these errors were encountered: