aboutsummaryrefslogtreecommitdiff
path: root/en/devices/camera
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-08-25 14:23:21 -0700
committerClay Murphy <claym@google.com>2017-08-28 12:32:23 -0700
commitbb6e1eb86b31dd2d824a3639d7994dac8dffa9e4 (patch)
tree267ce24faebe92e33b56bb542fd75dc2c7c30af8 /en/devices/camera
parent05d1799b6a35546f93a93d9e6d03032dd6b0136d (diff)
downloadsource.android.com-bb6e1eb86b31dd2d824a3639d7994dac8dffa9e4.tar.gz
Docs: Changes to source.android.com
- 166525053 Adding new JIT images, tweaking headings, minor grammar f... by hvm <hvm@google.com> - 166417336 Removing EMM details, minor format fixes by hvm <hvm@google.com> - 166399016 Update Oreo version to 8.0.0 by Android Partner Docs <noreply@android.com> - 166397730 Devsite localized content from translation request f77ca9... by Android Partner Docs <noreply@android.com> - 166390048 Adding docs for new fs config by hvm <hvm@google.com> - 166389828 Change hikey960 description to use kernel 4.9 by Android Partner Docs <noreply@android.com> - 166371049 Cleaning up columns and a few other inconsistencies by hvm <hvm@google.com> - 166361424 Change security bug queue by daroberts <daroberts@google.com> - 166360898 Formatted "dumpsys" to <code> to match DAC. Removed links... by cqn <cqn@google.com> - 166262071 Added descriptions for 8.0 Bluetooth features that were a... by cqn <cqn@google.com> - 166252801 Adding missing </ul> tag to close list (and thus prevent ... by hvm <hvm@google.com> - 166232083 Remove reference to "Google USB headset" by Android Partner Docs <noreply@android.com> - 166227863 Add CVE-2017-0805 and researcher attribution. by Android Partner Docs <noreply@android.com> - 166216613 Corrected terms to fit description by cqn <cqn@google.com> - 166149312 Devsite localized content from translation request 6b5a07... by Android Partner Docs <noreply@android.com> - 166135999 Adding Bluetooth Services page and changed TOC. by cqn <cqn@google.com> - 166130151 Fix DRM to Direct Rendering Manager. Changed header title... by cqn <cqn@google.com> - 166129240 Add BLE advertising extension for Android 8.0. Changed na... by cqn <cqn@google.com> PiperOrigin-RevId: 166525053 Change-Id: Ia678222ec05b535813786304f69e144c9469301c
Diffstat (limited to 'en/devices/camera')
-rw-r--r--en/devices/camera/camera3_requests_methods.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/devices/camera/camera3_requests_methods.html b/en/devices/camera/camera3_requests_methods.html
index edd4dfe5..6fd429d4 100644
--- a/en/devices/camera/camera3_requests_methods.html
+++ b/en/devices/camera/camera3_requests_methods.html
@@ -85,7 +85,7 @@ returned by the HAL through the <code>process_capture_result()</code> call. This
<h3 id="dump">dump</h3>
<p>Print out debugging state for the camera device. This will be called by the
framework when the camera service is asked for a debug dump, which happens when
- using the dumpsys tool, or when capturing a bugreport. The passed-in file
+ using the <code>dumpsys</code> tool, or when capturing a bugreport. The passed-in file
descriptor can be used to write debugging text using <code>dprintf()</code> or <code>write()</code>. The
text should be in ASCII encoding only.</p>
<h3 id="flush">flush</h3>