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

Commit a66fedec authored by Jack Yu's avatar Jack Yu
Browse files

Reduced the radio log

Reduced the radio log by moving some to VDBG or merging few lines
into one.

bug: 25956251
Change-Id: I7f7888e3952827cf7bc6d5eabfeb93720d2c6fb3
parent 89eb8ad7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -611,8 +611,6 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
                ar = (AsyncResult)msg.obj;
                if (ar.exception == null) {
                    byte[] data = (byte[])ar.result;
                    Rlog.d(LOG_TAG, "EVENT_UNSOL_OEM_HOOK_RAW data="
                            + IccUtils.bytesToHexString(data));
                    mNotifier.notifyOemHookRawEventForSubscriber(getSubId(), data);
                } else {
                    Rlog.e(LOG_TAG, "OEM hook raw exception: " + ar.exception);