Merge "Fix typo" am: 6b5e6bba9b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1676087

Change-Id: Ice056e285d28a038d670badc6d0c86c5f4aa37d8
This commit is contained in:
Donald Chai
2021-04-15 17:32:37 +00:00
committed by Automerger Merge Worker

View File

@@ -614,7 +614,7 @@ public final class ApplicationExitInfo implements Parcelable {
* tombstone traces will be returned for
* {@link #REASON_CRASH_NATIVE}, with an InputStream containing a protobuf with
* <a href="https://android.googlesource.com/platform/system/core/+/refs/heads/master/debuggerd/proto/tombstone.proto">this schema</a>.
* Note thatbecause these traces are kept in a separate global circular buffer, crashes may be
* Note that because these traces are kept in a separate global circular buffer, crashes may be
* overwritten by newer crashes (including from other applications), so this may still return
* null.
*