Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa4c99c6 authored by Joe Malin's avatar Joe Malin Committed by Android Git Automerger
Browse files

am 236d41c7: am 761b8440: am 9f187296: Merge "DOC CHANGE: Fix 4084450...

am 236d41c7: am 761b8440: am 9f187296: Merge "DOC CHANGE: Fix 4084450 monkeyrunner_concepts" into honeycomb

* commit '236d41c7':
  DOC CHANGE: Fix 4084450 monkeyrunner_concepts
parents b46ecb35 236d41c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ device.startActivity(component=runComponent)
device.press('KEYCODE_MENU','DOWN_AND_UP')

# Takes a screenshot
result = device.takeSnapShot()
result = device.takeSnapshot()

# Writes the screenshot to a file
result.writeToFile('myproject/shot1.png','png')