am 1f5d4e97: systrace: handle user builds more gracefully

* commit '1f5d4e97822266b682a8a599b532b3b6460f9e3f':
  systrace: handle user builds more gracefully
diff --git a/systrace.py b/systrace.py
index ea3e76e..3e71bbe 100755
--- a/systrace.py
+++ b/systrace.py
@@ -23,6 +23,7 @@
   'sync':     1<<7,
   'audio':    1<<8,
   'video':    1<<9,
+  'camera':   1<<10,
 }
 
 def main():