summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Donald Chai <dchai@google.com> 2021-04-15 17:32:37 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-04-15 17:32:37 +0000
commitf3fcd261ee64b3f353f2fed9667198890c76a9ee (patch)
tree42820c2a1713ab2a1f20e873035bfaa522749e0a
parent2f336d3401b307badfe71026fb2fdd00ef7010fa (diff)
parent6b5e6bba9b0eb9c8e42fa16899c7bc738a51c5b0 (diff)
Merge "Fix typo" am: 6b5e6bba9b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1676087 Change-Id: Ice056e285d28a038d670badc6d0c86c5f4aa37d8
-rw-r--r--core/java/android/app/ApplicationExitInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/ApplicationExitInfo.java b/core/java/android/app/ApplicationExitInfo.java
index 854f5a4ab724..87f48c0b9fb9 100644
--- a/core/java/android/app/ApplicationExitInfo.java
+++ b/core/java/android/app/ApplicationExitInfo.java
@@ -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.
*