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

Commit e94a3e7f authored by Vairavan Srinivasan's avatar Vairavan Srinivasan
Browse files

ApplicationThread: Check interface before invoking scheduleLowMemory

Change-Id: I51317386e1729366d19f7e3a1747b05170b9305a
parent 9d25b82d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -369,6 +369,7 @@ public abstract class ApplicationThreadNative extends Binder

        case SCHEDULE_LOW_MEMORY_TRANSACTION:
        {
            data.enforceInterface(IApplicationThread.descriptor);
            scheduleLowMemory();
            return true;
        }