aboutsummaryrefslogtreecommitdiff
path: root/apps/CameraITS/pymodules/its/device.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/CameraITS/pymodules/its/device.py')
-rw-r--r--apps/CameraITS/pymodules/its/device.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/CameraITS/pymodules/its/device.py b/apps/CameraITS/pymodules/its/device.py
index a601b6c..269c0c0 100644
--- a/apps/CameraITS/pymodules/its/device.py
+++ b/apps/CameraITS/pymodules/its/device.py
@@ -80,7 +80,7 @@ class ItsSession(object):
for s in sys.argv[1:]:
if s[:7] == "camera=" and len(s) > 7:
camera_id = int(s[7:])
- # TODO: Figure out why "--user 0" is needed, and fix the problem
+ # TODO: Figure out why "--user 0" is needed, and fix the problem.
_run('%s logcat -c' % (self.ADB))
_run('%s shell am force-stop --user 0 %s' % (self.ADB, self.PACKAGE))
_run(('%s shell am startservice --user 0 -t text/plain '