commit | 8c28d0a1c15fa1b3f7bdf7876d2e3966bb8832be | [log] [tgz] |
---|---|---|
author | Michael Bachman <bachman@google.com> | Fri Jul 31 19:54:57 2020 +0000 |
committer | Ally Sillins <asillins@google.com> | Fri Jul 31 20:24:08 2020 +0000 |
tree | f4c8a969c8b9ab04be27292dbd5371cf317f53a3 | |
parent | 0c1b5cf40218dadc57c332db8800b94345608866 [diff] |
Android Inclusive Code Fixit: removing "sanity" from logging line where it is not needed. Change-Id: Idc20e7e0efad4b1fc6f04e844105339fb4774210 Bug: 162536543
diff --git a/samples/ApiDemos/src/com/example/android/mmslib/pdu/PduComposer.java b/samples/ApiDemos/src/com/example/android/mmslib/pdu/PduComposer.java index 242e7ee..f920a2d 100644 --- a/samples/ApiDemos/src/com/example/android/mmslib/pdu/PduComposer.java +++ b/samples/ApiDemos/src/com/example/android/mmslib/pdu/PduComposer.java
@@ -1012,7 +1012,7 @@ } if (dataLength != (attachment.getLength() - headerLength)) { - throw new RuntimeException("BUG: Length sanity check failed"); + throw new RuntimeException("BUG: Length check failed"); } mStack.pop();