Loading services/core/java/com/android/server/PinnerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -345,7 +345,7 @@ public final class PinnerService extends SystemService { @Override @Override public void onUidCachedChanged(int uid, boolean cached) throws RemoteException { public void onUidCachedChanged(int uid, boolean cached) throws RemoteException { } } }, UID_OBSERVER_GONE | UID_OBSERVER_ACTIVE, 0, "system"); }, UID_OBSERVER_GONE | UID_OBSERVER_ACTIVE, 0, null); } catch (RemoteException e) { } catch (RemoteException e) { Slog.e(TAG, "Failed to register uid observer", e); Slog.e(TAG, "Failed to register uid observer", e); } } Loading Loading
services/core/java/com/android/server/PinnerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -345,7 +345,7 @@ public final class PinnerService extends SystemService { @Override @Override public void onUidCachedChanged(int uid, boolean cached) throws RemoteException { public void onUidCachedChanged(int uid, boolean cached) throws RemoteException { } } }, UID_OBSERVER_GONE | UID_OBSERVER_ACTIVE, 0, "system"); }, UID_OBSERVER_GONE | UID_OBSERVER_ACTIVE, 0, null); } catch (RemoteException e) { } catch (RemoteException e) { Slog.e(TAG, "Failed to register uid observer", e); Slog.e(TAG, "Failed to register uid observer", e); } } Loading