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

Commit 17d19b7d authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by Android (Google) Code Review
Browse files

Merge "Adding debug message inside NetworkServiceCallback." into pi-dev

parents d05c00fb 5b518307
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -83,6 +83,8 @@ public class NetworkServiceCallback {
            } catch (RemoteException e) {
                Rlog.e(mTag, "Failed to onGetNetworkRegistrationStateComplete on the remote");
            }
        } else {
            Rlog.e(mTag, "Weak reference of callback is null.");
        }
    }
}
 No newline at end of file