Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 9592b477 authored by Brian Orr's avatar Brian Orr Committed by Michael Bestas
Browse files

Truly fix Classloader crash in com.android.phone

The previous attempted fix did not work because the
TelephonyComponentFactory's classloader also did not have access to the
Android HIDL manager library. It was missed because the exception was
caught and printed to the radio logs instead of the system logs.

This fix adds the Android HIDL manager .jar path to the PathClassLoader
making it available to the caller.

Test: verified crash message no longer displays in the home screen,
crash dump no longer appears in "adb logcat" and no errors are printed
to logcat radio logs.

Change-Id: Id7f816d42c1e5b2b07666e3c2762afe1ed114d0e
parent a6f4ef98
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment