From e639d419bebd494845bb53cff409561f934b6b4d Mon Sep 17 00:00:00 2001 From: Android Partner Docs Date: Sun, 23 Jul 2017 16:19:36 -0700 Subject: Docs: Changes to source.android.com - 162883828 Devsite localized content from translation request bf65d1... by Android Partner Docs - 162770253 Update log link to use pretty=full param by claym - 162767505 Devsite localized content from translation request dfdcc0... by Android Partner Docs - 162767224 Devsite localized content from translation request 078b52... by Android Partner Docs - 162668252 Switch generic link for bug queues, add Instant Apps by claym - 162668197 Add note describing adb setprop char length limit by claym - 162619772 Fixed spelling typo by cqn - 162363279 Fix undefined header values in ART Config by claym - 162280768 Fixing silly typo by claym PiperOrigin-RevId: 162883828 Change-Id: Ic9b558e21ebf85d33eb3938d4e23deb326120175 --- en/devices/media/index.html | 2 +- en/devices/tech/config/low-ram.html | 2 +- en/devices/tech/dalvik/configure.html | 10 +++++----- en/devices/tech/debug/index.html | 8 ++++++++ en/source/report-bugs.html | 17 +++++++++++------ en/source/site-updates.html | 2 +- 6 files changed, 27 insertions(+), 14 deletions(-) (limited to 'en') diff --git a/en/devices/media/index.html b/en/devices/media/index.html index 834c5cfb..aec5a200 100644 --- a/en/devices/media/index.html +++ b/en/devices/media/index.html @@ -126,7 +126,7 @@ PRODUCT_COPY_FILES += \ device/samsung/tuna/media_codecs.xml:system/etc/media_codecs.xml \ -

For complete examples, seee device/samsung/tuna/media_codecs.xml +

For complete examples, see device/samsung/tuna/media_codecs.xml and device/samsung/tuna/media_profiles.xml .

Note: As of Android 4.1, the diff --git a/en/devices/tech/config/low-ram.html b/en/devices/tech/config/low-ram.html index 100b4ab3..d1ca5b5e 100644 --- a/en/devices/tech/config/low-ram.html +++ b/en/devices/tech/config/low-ram.html @@ -229,7 +229,7 @@ write /sys/kernel/mm/ksm/run 1 procrank, librank, & ksminfo. These utilities allow you to see which KSM memory is mapped to what process, which processes use the most KSM memory. Once you have found a chunk of memory that looks worth exploring you can use -either the hat utility if it's a duplicate object on the dalvik heap.

+the hat utility if it's a duplicate object on the dalvik heap.

Swap to zRAM

diff --git a/en/devices/tech/dalvik/configure.html b/en/devices/tech/dalvik/configure.html index b6e7222f..b7e80e18 100644 --- a/en/devices/tech/dalvik/configure.html +++ b/en/devices/tech/dalvik/configure.html @@ -293,7 +293,7 @@ inheriting any product configuration makefiles that get the default one from:

Runtime configuration

-

Jit options

+

Jit options

The following options affect Android releases only where the ART JIT compiler is available.

@@ -325,7 +325,7 @@ expensive). -

Package manager options

+

Package manager options

Since Android 7.0, there's a generic way to specify the level of @@ -364,7 +364,7 @@ compiler filter, the pm.dexopt.first-boot has no effect. -

Dex2oat options

+

Dex2oat options

Note that these options affect dex2oat @@ -414,7 +414,7 @@ applications can be compiled.

A/B specific configuration

-

ROM configuration

+

ROM configuration

Starting in Android 7.0, devices may use two system partitions to enable A/B system updates. @@ -448,7 +448,7 @@ default of:

SYSTEM_OTHER_ODEX_FILTER ?= app/% priv-app/% -

Background dexopt OTA

+

Background dexopt OTA

With A/B enabled devices, applications can be compiled in the background for updating to the new system image. See +

Note: The pages in this section and elsewhere +within this site recommend use of adb in conjunction with the +setprop argument to debug certain aspects of Android. Please note, +on pre-O versions of the Android OS, property names had a length limit of 32 +characters. This meant that to create a wrap property with the name of the app, +it was necessary to truncate the name to fit. In Android O and later, this +limit is much greater and should require no truncation.

+

This page covers use of debuggerd, a daemon process for collecting error information after applications crash. Other pages in this section explore system services with diff --git a/en/source/report-bugs.html b/en/source/report-bugs.html index f273d7ff..7635e0a3 100644 --- a/en/source/report-bugs.html +++ b/en/source/report-bugs.html @@ -23,18 +23,17 @@

Thank you for your interest in Android! You can help improve Android by reporting issues and feature requests in the -Android Issue -Tracker. The Android Issue Tracker contains a list of pending technical -tasks across a variety of topics, information relevant to those tasks, and -information about progress on those tasks, including which ones might get worked -on in the short term. +Android Issue Tracker. The Android Issue Tracker +contains a list of pending technical tasks across a variety of topics, +information relevant to those tasks, and information about progress on those +tasks, including which ones might get worked on in the short term.

For more information about why we switched to Issue Tracker, see this blog post.

Issue Tracker is not a customer support forum. For support information, see the -Nexus and +Nexus and Pixel help centers. Support for other devices is provided by the device manufacturers or by the carriers selling those devices. @@ -152,6 +151,12 @@ class="material-icons">bug_report bug_report + + Instant Apps + bug_report + + Jack This page describes significant revisions to source.android.com. Please see the Android +href="https://android.googlesource.com/platform/docs/source.android.com/+log/master?pretty=full&no-merges">Android Open Source Project (AOSP) docs/source.android.com log for the complete list of changes to this site. -- cgit v1.2.3