diff options
| author | 2021-04-15 19:27:06 +0000 | |
|---|---|---|
| committer | 2021-04-15 19:27:06 +0000 | |
| commit | 1430546720742776de5dfcedf5267986aa07c1f6 (patch) | |
| tree | 90dc761d1edbe13fb2cecfe782a754fcdb4aab1c | |
| parent | 96501c47e40bdef01129d5fb1f4fdaa9b9d6be13 (diff) | |
| parent | afa759cd3eb3dcd1f367fda93c9ecb6fa3e816df (diff) | |
Merge "Fix typo" am: 6b5e6bba9b am: f3fcd261ee am: afa759cd3e
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1676087
Change-Id: I4314a44429c15068058251d52d3cfaa34e3213b5
| -rw-r--r-- | core/java/android/app/ApplicationExitInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/ApplicationExitInfo.java b/core/java/android/app/ApplicationExitInfo.java index dfc105a2811a..8574678a5a02 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. * |