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

Commit 165943b3 authored by Song Pan's avatar Song Pan Committed by Android (Google) Code Review
Browse files

Merge "Catch all exception from statusReceiver.sendIntent."

parents fc88dccc 1787f310
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ import android.content.integrity.Rule;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManagerInternal;
import android.content.pm.PackageParser;
import android.content.pm.PackageUserState;
import android.content.pm.ParceledListSlice;
import android.content.pm.Signature;
@@ -202,7 +201,7 @@ public class AppIntegrityManagerServiceImpl extends IAppIntegrityManager.Stub {
                                intent,
                                /* onFinished= */ null,
                                /* handler= */ null);
                    } catch (IntentSender.SendIntentException e) {
                    } catch (Exception e) {
                        Slog.e(TAG, "Error sending status feedback.", e);
                    }
                });