blob: 2ba2a839ef896071bba09626cf9f7a0298644fb1 [file] [log] [blame]
Eino-Ville Talvalaae70f8c2023-08-18 10:10:55 -07001package: "com.android.internal.camera.flags"
2
3flag {
4 namespace: "camera_platform"
Eino-Ville Talvala6f1a9c12023-09-14 17:26:28 -07005 name: "camera_hsum_permission"
6 description: "Camera access by headless system user"
7 bug: "273539631"
Eino-Ville Talvalaae70f8c2023-08-18 10:10:55 -07008}
Jyoti Bhayana5bdb5a62023-08-24 14:46:08 -07009
10flag {
11 namespace: "camera_platform"
Eino-Ville Talvala6f1a9c12023-09-14 17:26:28 -070012 name: "log_ultrawide_usage"
13 description: "Enable measuring how much usage there is for ultrawide-angle cameras"
14 bug: "300515796"
Jyoti Bhayana5bdb5a62023-08-24 14:46:08 -070015}
16
Rucha Katakwar0ff1af02023-08-11 13:25:20 -070017flag {
18 namespace: "camera_platform"
19 name: "camera_manual_flash_strength_control"
20 description: "Flash brightness level control in manual flash mode"
21 bug: "238348881"
22}
Jayant Chowdharyd65d9442023-07-11 01:18:06 +000023
24flag {
25 namespace: "camera_platform"
26 name: "lazy_aidl_wait_for_service"
27 description: "Use waitForService instead of getService with lazy AIDL HALs"
28 bug: "285546208"
29}
Shuzhen Wang6e08d202023-10-24 20:27:14 +000030
31flag {
32 namespace: "camera_platform"
33 name: "log_zoom_override_usage"
34 description: "Enable measuring how much usage there is for zoom settings overrde"
35 bug: "307409002"
36}