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

Commit c76d1a4c authored by Almaz Mingaleev's avatar Almaz Mingaleev Committed by Automerger Merge Worker
Browse files

Merge "Re-throw system server exception." am: 112cd8df

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1608233

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I39697856d7fee18200e7405d84a45add58d60921
parents 26085ee2 112cd8df
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -329,8 +329,7 @@ public final class SystemClock {
                try {
                    time = mMgr.getGnssTimeMillis();
                } catch (RemoteException e) {
                    e.rethrowFromSystemServer();
                    return 0;
                    throw e.rethrowFromSystemServer();
                }
                if (time == null) {
                    throw new DateTimeException("Gnss based time is not available.");