Skip to content

Commit 1bfc683

Browse files
committed
Added documentation
- Version 2.3.19
1 parent fe911cc commit 1bfc683

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

AndroidViewClient/src/com/dtmilano/android/viewclient.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@author: Diego Torres Milano
1818
'''
1919

20-
__version__ = '2.3.18'
20+
__version__ = '2.3.19'
2121

2222
import sys
2323
import subprocess
@@ -958,6 +958,8 @@ def __init__(self, device, serialno, adb=None, autodump=True, forceviewserveruse
958958
emulator
959959
@type startviewserver: boolean
960960
@param startviewserver: Whether to start the B{global} ViewServer
961+
@type ignoreuiautomatorkilled: boolean
962+
@param ignoreuiautomatorkilled: Ignores received B{Killed} message from C{uiautomator}
961963
'''
962964

963965
if not device:

0 commit comments

Comments
 (0)