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

Commit 9f1b5b73 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Harden against jobscheduler client app misbehavior" into...

Merge "Merge "Harden against jobscheduler client app misbehavior" into nyc-mr2-dev am: 38f1b6db am: c475730d"
parents 824b073f db70af44
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -448,7 +448,10 @@ public class JobServiceContext extends IJobCallback.Stub implements ServiceConne
                mVerb = VERB_STARTING;
                scheduleOpTimeOut();
                service.startJob(mParams);
            } catch (RemoteException e) {
            } catch (Exception e) {
                // We catch 'Exception' because client-app malice or bugs might induce a wide
                // range of possible exception-throw outcomes from startJob() and its handling
                // of the client's ParcelableBundle extras.
                Slog.e(TAG, "Error sending onStart message to '" +
                        mRunningJob.getServiceComponent().getShortClassName() + "' ", e);
            }