summaryrefslogtreecommitdiff
path: root/libs/androidfw/StringPool.cpp
diff options
context:
space:
mode:
author Evan Laird <evanlaird@google.com> 2023-06-02 10:10:21 -0400
committer Evan Laird <evanlaird@google.com> 2023-06-05 11:51:36 -0400
commitae48859e88ea4570a1a8fcb0d0fcae8f1a66a172 (patch)
tree82ee28d03b433f714364a59ee1067f514eef2964 /libs/androidfw/StringPool.cpp
parentc9c4f9d445639b0d47ffaf6f536712a34020dd8d (diff)
[Dumpsys CLI] Remove Exception bounds on LogBufferEulogizer
LogBufferEulogizer previously used `<T : Exception>` as a generic bound for its `record` method, but that doesn't seem necessary, since any `Throwable` would work. The method is used in situ when an exception is being handled, so that the handler can record the exception and still throw it. This change relaxes the bounds to `Throwable` and removes the one place that was filterig out non-exception throwables in SystemUIService. Test: all sysui tests Bug: 278094048 Change-Id: I6f7d1309890724c1e2d335602dd9706bac4f5aa4
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions