summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Donald Chai <dchai@google.com> 2021-04-14 23:24:18 +0000
committer Donald Chai <dchai@google.com> 2021-04-14 23:26:30 +0000
commit979191a80bc89c91cb34c34b8d756d6fb458d53d (patch)
treefe78f274b5a4275e2dd064f09ed7974b61bfc2e7
parent762a92d7558ca9355ce84096750b1a0e6f50391b (diff)
Fix typo
Change-Id: I2fccfa4d88e157eccaa822105484ae56297bc1c9
-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.
*